@media only screen and (max-width:1100px){
.logo{
    width: 15%;
}

.nav_desc a{
    font-size: 24px;
    padding-inline: 25px;
}
.social a{
font-size: 40px;
}

body{
margin: 0%;
background-image: url(img/img2.png);
background-size: fill;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
}

}