.red-button {
    background-color: red !important;
    color: white !important;
    border: none;
}
.red-button:hover {
    background-color: darkred !important;
}