body{
    background-color: rgb(49, 49, 49);
    margin:0;
    font-family: 'League Spartan', sans-serif;
    color:whitesmoke;
} 

ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    }
    
li a {
    font-size:large;
    float: left;
    text-align: center;
    width: 100%;
    height:25px;
    padding-top:10px;
    padding-bottom:10px;
    text-decoration: none;
    background-color: rgb(187, 185, 185);
    color: rgb(36, 36, 36);
    border-top: 2px solid rgb(75, 30, 1);
    border-bottom: 2px solid rgb(75, 30, 1);
    }
    
    li a:hover {
    font-size:20px;
    text-decoration: underline; 
    text-underline-offset: 6px;
    }

.next{
    float: left;
    background-color: rgb(36, 36, 36);
    width: 27%;
    height: 600px;
    border-right: thick gray solid;
    padding: 3%;
    
}
.nextt{
    background-color: rgb(20, 20, 20);
    width: 27%;
    height: 600px;
    border-right: thick gray solid;
    padding: 3%;
    float: left;
}
.nexttt{
    background-color: rgb(36, 36, 36);
    width: 27%;
    height: 600px;
    padding: 3%;
    float: left;
}
