.btn-primary {
    background-color: #e3aD05 !important;
    border: 0;
    color: rgb(36, 36, 36);
}

.bg-primary {
    background-color: #e3aD05 !important;
}

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

.btn-secondary {
    background-color: #4d0177 !important;
    border: 0;
    color: white;
}

.bg-secondary {
    background-color: #4d0177 !important;
}

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