.modal {
    background: var(--primary);
    filter: brightness(0.2);
    opacity: 0.4;
}

.modal-white {
    background: rgba(255, 255, 255, 0.4);
}