.btn.btn-blue {
    background: #ffef11;
    color: #000;
}
.btn.btn-blue:hover {
    background: #eab003;
    color: #000;
}


