body {
    background-color: #212529;
}

.card {
    transition: transform 0.2s ease-in-out;
}

.hover-card:hover {
    transform: translateY(-5px);
    border-color: #0d6efd !important;
}

.progress {
    border-radius: 10px;
    background-color: #343a40 !important; /* Slightly darker than card for contrast */
}

.text-light-50 {
    color: rgba(255, 255, 255, 0.6);
}
