.content, header, footer {
    max-width: 640px;
    margin: auto;
}

body {
    margin: 10px;
    font-size: 12pt;
}

header {
    margin: 50px auto;
}

header #title {
    font: normal clamp(30pt, 10vw, 45pt) 'Jockey One';
}

.content h2 {
    font-family: 'Jockey One', sans-serif;
    font-size: 22pt;
}

.tile:hover {
    background: white;
}

footer {
    margin-bottom: 130px;
    margin-top: 40px;
    font: normal 20px Helvetica;
    padding-top: 10px;
    border-top: dotted 2px grey;
}

.date {
    display: block;
    font-weight: bold;
    font-family: 'Ubuntu Mono', UbuntuMonoBackup, monospace;
    height: 0;
    margin-left: -80px;
    margin-bottom: -20px;
}
.date :nth-child(1) {
    display: block;
    color: rgb(214, 112, 116);
    font-size: 24px;
}
.date :nth-child(2) {
    display: block;
    color: rgb(102, 102, 190);
    font-size: 32px;
    margin-top: -10px;
    line-height: 30px;
}

.bx-wrapper, .content iframe, .content embed, .gcenter {
    min-width: 640px;
    left: 50%;
    margin-left: -320px;
    position: relative;
}

.bx-wrapper {
    margin-left: -315px;
}

.fixed-bar {
    position: fixed;
    top: 0;
    height: 100px;
    overflow: hidden;
    min-width: 640px;
}

@media (max-width: 420px) {
    .date {
        margin: 0;
        height: auto;
    }

    video, img {
        width: 100%;
        height: auto;
    }
}

