body {
    background-color: #F7F7F7; /* Fondo gris claro */
    color: #333333; /* Texto gris oscuro */
    font-family: Arial, sans-serif; /* Fuente estándar */
    line-height: 1.4; /* Mejora la legibilidad */
    margin: 0;
    padding: 0;
}
h1{
    font-size: 30px;
    color: #8b110d; /* Títulos con color azul oscuro suave */
    font-weight: bold;
    text-align: center;
}
h2, h3 {
    font-size: 26px;
    color: #2C3E50; /* Títulos con color azul oscuro suave */
    font-weight: bold;
}
p1 {
    font-size: 18px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}
p2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
}
a {
    color: #3498DB; /* Enlaces azul suave */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}