body {
    font: 4em verdana, sans-serif;
    overflow: hidden;
}
@media only screen and (max-width: 600px) {
    body {
        font: 3em verdana, sans-serif;
    }
}
section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center {
    text-align: center;
}
h1 {
    font-size: 1em;
    font-weight: normal;
    margin-top: 0;
}
h2 {
    font-weight: bold;
}
.small {
    font-size: .25em;
    font-style: italic;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: .25em;
}
.footer .redirect {
    font-size: 1.35em;
    text-decoration: underline;
}
a {
    color: #5c89d5;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}