@media only screen and (max-width:700px) {

   body{
margin: 0%;
background-image: url(img/bg3.png);
background-size: fill;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
}
.nav_desc a{
    font-size: 18px;
    padding-inline: 16px;
}
.social a{
font-size: 28px;
}
.title{
    text-align: center;
    padding-top: 50px;
}
h2{
    font-size: 28px;
}

h3{
   font-size: 22px;
}

p{
    font-size: 18px;
    padding: 50px;
    line-height: 1.25;
}  
.footer2{
    font-size: 12px;
    padding: 16px ;
}

}