/* estilo.css */
body {
font-family: Arial, sans-serif;
margin: 0;
background: #f5f5f5;
}
header {
text-align: center;
padding: 20px;
}
.icono {
width: 80px;
}
.titulo {
background: #c9e5a1;
padding: 10px 20px;
}
.contenido {
padding: 20px;
background: white;
}
.caja-azul {
background: rgba(0, 153, 255, 0.35);
padding: 15px;
margin-top: 20px;
}
footer {
text-align: center;
padding: 15px;
background: #e4e9d6;
margin-top: 20px;
}