.galeria{
    padding: 120px 0 0 0;
    background-image: linear-gradient(rgba(04, 34, 34, 0.8), rgba(04, 34, 34, 0.8)), url("../imgs/fondo.webp");
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #dbe4e3;
    font-family: charm;
}
.galeria-h2{
    font-size: 60px;
   padding-bottom: 5%;
}
.galeria-divs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.div-img{
    margin: 5%;
}
.div-img img{
    border: solid 3px #b8ac9a;
    max-height: 500px;
}
.div-img video{
    border: solid 3px #b8ac9a;
    max-height: 600px;
}
