body {
    font-family: Arial !important;
}

.bg-dark {
    background-color: #000 !important;
}

.text-warning {
    color: #ffdf00 !important;
}

.text-success {
    color: #006D50 !important;
}

.bg-warning {
    background-color: #ffdf00 !important;
}

.bg-success {
    background-color: #006D50 !important;
}

.btn-warning {
    color: #000;
    background-color: #ffdf00;
    border-color: #ffdf00;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ffdf00;
    border-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #006D50;
    border-color: #006D50;
}

.btn-success:hover {
    color: #fff;
    background-color: #006D50;
    border-color: #fff;
}