body {
    font-family: 'Segoe UI', sans-serif;
}

.hero {
    background: linear-gradient(to right, #002244, #004466);
    color: white;
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.highlight {
    color: #00baff;
}

.btn-primary {
    background-color: #00baff;
    border: none;
}

.btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline-light:hover {
    background: #fff;
    color: #002244;
}

.navbar {
    background-color: #002244;
}

.nav-link,
.navbar-brand {
    color: white !important;
}

.hero-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

footer {
    background-color: #002244;
    color: white;
    padding: 20px 0;
    text-align: center;
}