*{ margin: 0; padding: 0; font-family: 'Akshar', sans-serif;}
    nav{height: 4rem;
    background-color: #81ecec;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media(max-width:768px) {
    html {
        font-size: 45%;
    }
}
.logo{
    width: 30%;
    font-size: 1 rem;
    text-align: center;
    color: #0984e3;
    padding-left: 1 rem;
}

.menu{
    width: 70%;
    color: #0984e3;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
body {
    background-color: rgba(218, 160, 109, 0.85);
}

.menudropdown1 {
    width: 10%;
    height: 3rem;
    align-items: center;
    margin:0px auto;
}
.menudropdown1 ul li{
    float: left;
    color: white;
    width: 15rem;
    font-size: 5vh;
}

.menudropdown1 ul li ul{
    float: left;
    color: white;
    width: 7.12rem;
    list-style-type: circle;
    position: relative;
}
