

.container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgb(255, 252, 252);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h4 {
    text-align: center;
    color: #333;
}
h1 {
    text-align: center;
    color: #333;
}
h1 {
    text-align: center;
    color: #333;
}
img {
    max-width: 100%;
    border: 5px solid#ccc;
    border-radius: 8px;
    transition: transform 0.3s ease;
    cursor: pointer;
 }
 img.enlarged {
     transform: scale(1.5);
     z-index: 10;
 }


.section img {
    max-width: 100%;
    height: auto;
    border-radius: 86px;
}
.section h2 {
    color: #444;
}
.section p {
    line-height: 1.6;
    color: #666;
}
body {
    background-image: url('archivos/FONFO\ DE\ PANTALLA');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white; 

    font-family: Arial, sans-serif;
    background-color: #fcf4f4;
    color: rgb(0, 0, 0);
}
