.bg-primary.bg-soft {
    background-color: #9C591F !important;
}

.card-body-background{
    background-color: #F6DFCE;
}

.text-muted {
    color: white !important;
}

.text-primary {
    color: white !important;
}

.text-muted {
    color: #495057 !important;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #9C591F;
    border-color: #9C591F;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 0.5rem;
}
.btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #df940a;
    border-color: #df940a;
}