/* Estilos para las secciones */
.seccion1 {
    background-color: #FFD700; /* Color dorado */
    padding: 20px;
    text-align: center;
}

.seccion2 {
    background-color: #FF4500; /* Color naranja rojizo */
    padding: 20px;
    text-align: center;
}

.seccion3 {
    background-color: #1ed2ff; /* Color azul */
    padding: 20px;
    text-align: center;
}

/* Estilos para los textos de las secciones */
.texto1 {
    font-family: 'Arial, sans-serif'; 
    font-size: 20px; /* no olvidar, tamaño de la fuente */
    color: #000000; 
}

.texto2 {
    font-family: 'Times New Roman, serif'; 
    font-size: 20px;
    color: #8d3535; 
}

.texto3 {
    font-family: 'Courier New, monospace'; 
    font-size: 20px; 
    color: #f58686; 
}
