body {
    background-size: cover;
    background-position: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../img/fondo.jpg");
    background-attachment: fixed;
}



.titulo {
    text-align: center;
    text-decoration: underline;
    color: white;
}

.nombre-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
    
}

.nombre {
    width: 23%; /* Ajusta el ancho según tus necesidades */
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff; /* Fondo blanco */
    color: #000000; /* Texto oscuro */
    height: 32vw;
    width: 30vw;
    text-align: center;
    font-size: 3vmin;
}

.foto1 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.volver {
    position: absolute;
    top: 10px;
    left: 10px;
    text-decoration: none;
    padding: 5px;
    background-color: #000000;
    color: white;
}

.imagenes{
    max-height: 500px;
    max-width: 500px;
    height: 30vw;
    width: 30vw;
    background-size: contain;
    
}