body {
    text-align: center;
    background-color: black;
    color: #f3f3f3;
    font-family: Verdana;
    font-size: 2em;
}

a {
    text-decoration: none;
    color: #f3f3f3;
}

a:hover {
    color: rgb(116,121,126);
    border-bottom: solid 2px rgb(116,121,126);
}

nav ul {
}

nav ul li {
    margin-top: 25px;
    margin-bottom: 25px;
    list-style-type: none;
    
}