@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri');
p,h1{
    font-family: 'Hind Siliguri', sans-serif;
}
.contenedor-cont{
    margin-top: 120px;
margin: auto;
    width: 80%;
}
.contacto img{
    margin: auto;
    margin-left: 36%;
}
.contacto{
    width: 80%;
    text-align: justify;
    align-content: center;
    margin: auto;
    margin-top:35px; 
}
.contacto h1{
text-align: center;
    
}
.formulario{
    margin: auto;
    padding-top:15px; 
    width: 80%;
}
@media (min-width:801px){
    body p{
        font-size: 15px;
    }
}