.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    background-color: #002244;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #cce6ff !important;
}

.navbar-nav .nav-link {
    color: #cce6ff !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}
