body {
    font-family: 'Segoe UI', sans-serif;
}

.hero-section {
    background: #00569E !important;
}

.card {
    transition: .2s transform;
}

    .card:hover {
        transform: translateY(-5px);
    }

.fas {
    color: #007bff !important;
}

.navbar-brand {
    color: #007bff !important;
    font-weight: bold;
}

.drop-shadow {
    text-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.opacity-90 {
    opacity: 0.9;
}
