body {
    background-color: #f4f7f9;
}

.bg-primary {
    background-color: #004d99 !important;
}

.text-primary {
    color: #004d99 !important;
}

.card {
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

