.button-black {
    background: #000000 !important;
    border: 1px solid #998d83 !important;
    height: 44px;
    color: white;
}

.button-black:hover {
    color: white;
}

.negro {
    color: black !important;
}

body{
    background-color: #F6F6F8;
}