p,ul,li,a,h1,h2,h3{
    font-family: sans-serif;
    width: 100%;
}

.navlist,.option{
    list-style-type: none;
    text-decoration: none;
    display: flex;
    justify-content: space-evenly;
    color: black;
    padding: 10px;
}

.nav{
    background-color: gainsboro;
   
}

.content{
    text-align: center;
    background-color: ghostwhite;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 90%
    
}

.logo{
    display: flex;
    justify-content: center;
    background-image: url(/high_school_projects/finalsvr/svbaners.jpg) 61%;
    background-size: cover;

}
.option:hover{
    background-color: crimson;
    color: white;
}


.gamelogo{
    width: 50%;
}


}

#rtwm1{
    width: 45%;
    float: right;
    
}

.cheat_list{
    list-style-type: none;
    text-decoration: none;
}

.eggtext{
    
    color: ghostwhite;
}
.eggtext:hover{
    color: darkgoldenrod;
}

li {
    list-style-type: none;
    text-decoration: none;
}