*{ 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);
}
