body {
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace;
    background-color: #eee;
    color: #000;
    margin: 0;
}
a {
    color: #26c;
    padding: 0.2em;
    text-decoration: none;
}
a.sitelink {
    color: #888;
}
a:hover {
    color: white;
    background-color: #26c;
}
.container {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
.header {
    position: absolute;
    top: 1em; left: 1em;
}
.content {
    text-align: center;
    max-width: 600px;
}
.content div {
    margin: 0.7em;
}
.sub {
    color: #888;
}