body {
    background-color: #111;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    color: white;
}

body a {
    color: white;
    text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

body img {
    max-height: 88vh;
}

body .links {
    display: block;
    margin-top: .6em;
}
