@import url('https://fonts.googleapis.com/css?family=Muli');

* {
    padding: 0;
    margin: 0;
    font-family: 'Muli', sans-serif;
}
body {
    width: 100%;
    background: fixed;
    background-image: url(../img/contacto_human_design.jpg);
    background-size: 100%;  
}

.body {
    width: 100%;
    height: 1400px;
    padding: 150px 0px;
}

#formulario {
    text-align: center;
    background-image: url(../img/fondo-01.png)
}