html {
    height: 100%;
}

body {
    margin: 0;
    font-family: sans-serif;
    text-align: center;
    font-size: 24px;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#link-container div {
    margin: 20px 0;
}

a {
    text-decoration: none;
    padding: 10px;
}

a:hover, a:focus {
    text-decoration: underline;
}

body {
            background-color: black;
}

a {
            color: chartreuse;
}
