/* Red button */
.front-button {
    padding: 8px 25px !important;
    border-radius: 10px;
    white-space: nowrap;
}

.front-button:hover {
    background-color: rgb(187, 187, 187);
}
