.bg-primary, .btn-primary {
    background-color: rgb(153,127,97) !important;
    color: #fff;
    
}

.btn-primary {
    border-color: rgb(153,127,97) !important;
}

.btn-primary:hover {
    background-color: rgb(120,99,70) !important;
    color: #fff;
}

.btn-outline-primary {
    color: rgb(153,127,97) !important;
    border-color: rgb(153,127,97) !important;
}

.btn-outline-primary:hover {
    background-color: rgb(153,127,97) !important;
    color: #fff !important;
    border-color: rgb(153,127,97) !important;
}