* {
    --bs-primary: rgb(0, 97, 173);
    --bs-primary-rgb: 0, 97, 173;
    --choices-item-disabled-color: #000000;
}

.card {
    --bs-card-border-radius: 15px;
    --bs-card-border-width: 2px; 
    --bs-card-boder-color: #e5e5e5;
}
