body {
    font-family: 'Hind Madurai', sans-serif;
}
.header {
    background: linear-gradient(to top, #0036ae, #7bbefe); /* Gradiente de dos colores */
    color: white;
    padding: 20px 0;
    text-align: center;
}
.header h1 {
    font-family: 'Russo One', sans-serif;
    margin: 0;
}
.content {
    padding: 50px 15px;
}
.footer {
    background: linear-gradient(to top, #0036ae, #7bbefe); /* Gradiente de dos colores */
    color: white;
    padding: 20px 0;
    text-align: center;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}