body {
    background-color: black;
    color: white;
    padding: 4vw;
    font-family: Helvetica;
    text-transform: uppercase;
}
a {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
}

a:hover {
    text-decoration: underline;
}