body{
    background-color:rgba(43, 81, 114, 1);
    font-family: 'Lato';
    font-size: 20px;
    color: rgba(242, 230, 215, 1);
}
header{
    background-color: rgba(122, 171, 191, 1);
    height: 25px;
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;

}
a,nav{
    color:  rgba(242, 230, 215, 1);
    text-decoration: none;
    display: flex;
    justify-content: space-around;

}
a:hover{
    background-color: rgba(77, 132, 165, 1);
    color: rgba(242, 230, 215, 1);
}

h1{
 text-align: center;
 font-size: 50px;
}
.image1{
    display: flex;
    justify-content: center;
}
.p1,p{
    text-align: center;
    font-size: 18px;
}
.cuadro{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    gap: 5px;
    
}
footer{
    background-color: rgba(0, 20, 38, 1);
    width: 100%;
    height: 150px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
   justify-content: center;
   bottom: -8px;

}
.center, footer{
    text-align: center;
}

   

/* Color Theme Swatches in RGBA*/ 
.vista-des-de-la-montañas-alpinas-Austriacas-Hochkar-vision-nevada-1-rgba { color: rgba(0, 20, 38, 1); }
.vista-des-de-la-montañas-alpinas-Austriacas-Hochkar-vision-nevada-2-rgba { color: rgba(43, 81, 114, 1); }
.vista-des-de-la-montañas-alpinas-Austriacas-Hochkar-vision-nevada-3-rgba { color: rgba(77, 132, 165, 1); }
.vista-des-de-la-montañas-alpinas-Austriacas-Hochkar-vision-nevada-4-rgba { color: rgba(122, 171, 191, 1); }
.vista-des-de-la-montañas-alpinas-Austriacas-Hochkar-vision-nevada-5-rgba { color: rgba(242, 230, 215, 1); }


