:root {
    color: white;
    background-color: black;
    font-family: monospace;
}

#greet {
    padding-top: 5vh;
    padding-left: 5vh;
}

#greet-p1 {
    font-size: 4vh;

    margin: 0;
}

#greet-p2 {
    font-size: 3.6vh;

    margin-top: 1vh;
    margin-bottom: 0;
}

ul {
    list-style-type: lower-roman;
}

#list {
    font-size: 3.5vh;

    margin-top: 6vh;
    margin-left: 6vh;
}

#li {
    margin-top: 1vh;
}

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

a:hover {
    color: white;
    text-decoration: underline;
}

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