body {
    align-items: center;
    background-color: #333;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

#banner {
    display: flex;
    justify-content: center;
}

img {
    margin: 0 auto;
    max-width: 90%;
    width: 480px;
}

#links {
    display: flex;
    justify-content: center;
}

#links p {
    margin: 0 20px;
}

a {
    color: #fff;
}

