body {
    font-family: Merriweather, serif;
    margin: 0;
    background: #f5f5f5;
    color: #333;
    line-height: 1.6;
}
header {
    background: #003366;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    height: 50px;
}
nav a {
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
}
.hero {
    padding: 40px 20px;
    background: #f5f5f5;
}
.cta-link {
    font-weight: bold;
    color: #003366;
}
footer {
    background: #003366;
    color: #ffffff;
    text-align: center;
    padding: 20px;
}
footer a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 10px;
}