.btn-black {
    background: #000;
    color: #fff;
}

.btn-black:hover {
    background: #222;
    color: #fff;
}