:root {
    --bs-body-bg: #4158D0;
}

.card {
    --bs-card-bg: rgba(255,255,255,.4);
}

.modal {
    --bs-modal-bg: rgba(255,255,255,.8);
}