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

#sub-container {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

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

.card-header{
    color: #000000;
}

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

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