
body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.container {
    width: 90%;
    margin: auto;
    text-align: center;
}

header {
    background: #1F3C88;
    color: white;
    padding: 60px 0;
}

header h1 {
    font-size: 48px;
    margin: 0;
}

.tagline {
    font-size: 20px;
    margin-top: 10px;
    color: #F4A261;
}

.highlight {
    margin-top: 10px;
    font-weight: bold;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #F4A261;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

section {
    padding: 40px 0;
}

.services ul {
    list-style: none;
    padding: 0;
}

.services li {
    margin: 10px 0;
}

footer {
    background: #1F3C88;
    color: white;
    padding: 20px 0;
}
