html, body {
    height: 100%;
}

body {
    background-color: black;
    font-family: sans-serif;
    text-align: center;
}

#content {
    position: absolute;
    top: 50%;
    height: 534px;
    margin-top: -267px;
    width: 100%;
}

img {
    width: 30vw;
}

#links {
    margin-top: 50px;
}

a {
    display: inline-block;
    margin: 50px;
    color: white;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
