.bg-primary {
    background-color: #3d8a98 !important;
    color: #000000;
}
.bg-secondary {
    background-color: #f6ef6e !important;
    color: #000000 !important;
}

.btn-primary {
    background-color: #3d8a98 !important;
    border-color: #3d8a98 !important;
    color: #000000 !important;
}

.btn-secondary {
    background-color: #f6ef6e !important;
    border-color: #f6ef6e !important;
    color: #000 !important;
}

.text-primary {
    color: #000000 !important;
}

.text-secondary {
    color: #000 !important; !important;
}
