#main-container{
    background-image: url(/img/marble_background.jpg) !important;
    color: #000000 !important;
    min-width: fit-content;
}

.card{
    background-color: #e9e9e9;
    color: #000000 !important;
}

.card-header{
    color: #000000;
}

.btn-primary{
    color: #ffffff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.chosen-container-single .chosen-single{
    color: #000000 !important;
}