@media screen and (max-width:800px) {
    :root{
        --800w:92%;
        --lrw: 4%;
    }
}    
@media screen and (max-width:1000px) {
    .logo img{
        height: 50px;
    }
    
}