body {
    background: #2c2c2c;
    color: #ffcc00;
    font-size: 16px;
}

a, a:active, a:visited, a:hover {
    color: #ffcc00;
}

#logo img {
    display: block;
    margin: 2rem auto;
    width: auto;
    height: 50vh;
}

#content {
    text-align: center;
}

#footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#footer a {
    display: block;
    margin: 1rem 2rem;
}
