body{
    background: linear-gradient(to right,rgb(212, 212, 113),white);
}
nav{
    height: 20vh;
    background-color: rgba(0, 0, 0, 0.44);
    display: flex;
    justify-content: space-around;
    color: khaki;
    font-size: 2rem;
}
ul{
    width: 90%;
    background-color: rgba(245, 245, 245, 0.368);
    padding: 20px;
    text-align: center;
    list-style: none;
}
li{
    border: 2px solid rgba(69, 69, 62, 0.389);
    padding: 10px;
    font-size: 30px;
}