h1 {
    color: #6b665e;
}
.btn-boo {
    background-color: #6b665e;
    border-color: #6b665e;
}
.btn-boo, .btn-boo:hover, .btn-boo:focus, .btn-boo.focus, .btn-boo:not(:disabled):not(.disabled):active, .btn-boo:not(:disabled):not(.disabled).active,
.show > .btn-boo.dropdown-toggle, .btn-boo:not(:disabled):not(.disabled):active:focus, .btn-boo:not(:disabled):not(.disabled).active:focus,
.show > .btn-boo.dropdown-toggle:focus {
    color: #fff;
    background-color: #6b665e;
    border-color: #6b665e;
}

.btn-boo.disabled, .btn-boo:disabled {
    color: #fff;
    background-color: #a09a90;
    border-color: #a09a90;
}
