@charset "utf-8";

* {
    box-sizing: border-box;
   
    
     
}

html {
    height: 100vh;
    font-size: 90%;
    font-family: 'Quicksand', sans-serif;
    background: url(imagenes/fondo.jpg);
    background-color: rgba(33, 183, 232, 0.2);
}
header img{
    width: 50px;
    max-width: 100%;
    margin-left: -5px;
    margin-bottom: 22px;
    }
header,body,footer {
    width: 100%;
    min-height: 10vh;
    margin:40px;
    }
    
}

h3 {
    font-family: 'Hind', sans-serif;
    
    font-weight: bold;
    
    margin: 40px;
    
}

h4 {
    font-family: 'Hind', sans-serif;
    
    font-weight: bold;
    
    margin: 40px;
    
}
p {
    font-size: 100;
    font-family: sans-serif;
    text-align: center;
    color: brown;
    
}

.cuadrado {
     width: 100x; 
     height: 100px; 
     background: #caca42;
}