:root{
    
    --blanco: #ffffff;
    --oscuro: #212121;
    --primario: #ffc107;
    --secundario: #0097a7;
    --verde: green;
    --morado: purple;
    --fondo: #FFC733;

    --fuente-principal: 3.8rem;

}
.img-container{

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 2%;

}
img{
width: 100%;
  height: auto;
  margin-bottom: 5%;
}

a{
    color: black;
}
body{
    background-color: var(--secundario);
}

html{
    font-size: 62.10%;
    box-sizing: border-box;/* Hack para Box Model **/
    scroll-snap-type: y mandatory;
    
}
.volver{
    position: fixed;
    top: 6%;
    left: 80%;
    height: 10%;
    width: 15%;
}
