
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #fdfbfb, #ebedee);
    color: #333;
}
header {
    background-color: #0a1f44;
    color: white;
    padding: 20px;
    text-align: center;
}
nav a {
    margin: 0 15px;
    color: white;
    text-decoration: none;
}
.hero {
    text-align: center;
    padding: 60px 20px;
    background: #e0eafc;
    background: linear-gradient(to right, #cfdef3, #e0eafc);
}
.cta-button {
    background-color: #0a1f44;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}
section {
    padding: 40px 20px;
}
footer {
    text-align: center;
    background-color: #0a1f44;
    color: white;
    padding: 10px;
}
