
.contact-form{
    width: 70%;
    margin: 50px auto;
    
  }
.content .about{
    width: 70%;
}
.content{
    margin: 200px 0;
}


@media (max-width:576px){
    html{
        font-size: 50%;
        margin-bottom: 30px;
    } 
    .content .about{
        width: 90%;
    }
    .contact-form{
        width: 90%;
       
      }
}