body {
    width: 1920px;
    height: 1080px;
    background-image: url(https://wolkenland.info/pictures/starting_page/background/intro.jpg);
    background-size: cover;
    background-position: center; 
    font-family: arial;
}
h1, h2, h3 {
    padding: 5px;
    color: #f1f1e6;
}
h1 {
    rotate: -2deg;    
    position: absolute;
    left: 70px;
    font-size: 5em;
    background-color: #005BA1;
}
h2 {
    rotate: -2deg;
    position: absolute;
    top: 110px;
    left: 20px;
    font-size: 3em;
    background-color: #00c9d3;
}
#clock {
    position: absolute;
    bottom: -15px;
    left: 10px;
    padding: 10px;
    font-size: 2em;
    color: #005ba1;
    background-color: #f1f1e6;
}
.timetable_box {
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 750px;
    font-size: 1.75em;
    color: #005BA1;
}
.timetable_box h3 {
    rotate: 1deg;
    position: absolute;
    top: -90px;
    left: 250px;
    font-size: 2.5em;
    margin: 0;
    background-color: #005BA1;
}
table {
    width: 100%;
    border-spacing: 0 10px;
}
table td {
    margin-bottom: 10px;
}
.timetable_cover {
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
}

.timetable_timebox {
    float: right;
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    justify-content: center;
    text-align: center;
    color: #f1f1e6;
    background-color: #005ba1;
}
.timetable_infobox {
    border-top: 7px solid #005ba1;
    width: calc(100% - 120px);
    background-color: #f1f1e6;
}