.button {
    background-color: #5f358f; /* color */
    border: 2px solid #FF1112; /* Red */
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 26px;
}

.button:hover {
    background-color: #f44336; /* red */
    color: white;
}