.card-header {
    background-color: rgba(var(--bs-primary-rgb),0.5);
    color: white;
}

.card {
    box-shadow: var(--bs-shadow);
    border: 1px solid rgba(var(--bs-primary-rgb),0.5);
}

.nav-item:hover {
    background: #1059c5;
    transition: 0.3s;
    border-radius: 5px;
}
