/* Enter your CSS here */
.button.is-success {
    background-color: #ab9f6c;
}
.button.is-success:hover {
    background-color: #003b71;
}