body{
    background-color: rgb(193, 170, 141);
    text-align: center;
    margin: 0px;
}
li{
    list-style-type: none;
    padding: 20px;
}
a{
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    color: floralwhite;
    text-decoration: none;
    
}
a:hover{
    color: rgb(243, 220, 7);
    font-size: 33px;
}
section{
    margin: 40px;
    padding-top: 10%;
    padding-bottom: 10%;
    border-style: dashed;
    border-radius: 15px;
    background-color: rgb(140, 101, 61) ;
}