.btn-christmas {
    background-color: #ffcf06; /* Red background */
    color: rgb(0, 0, 0); /* White text */
    padding: 10px 20px; /* Spacing around the text */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    font-family: Arial, Helvetica, sans-serif; /* Font similar to what's used */
    font-size: 16px; /* Adjust as needed */
    text-align: center; /* Center the text */
    cursor: pointer; /* Change cursor to pointer on hover */
    text-decoration: none; /* Remove any text underline */
}

.btn-christmas:hover {
    background-color: #ffcf06; /* Darker red on hover */
    color: #ffffff;
}




.btnChristmas-2{
    background-color: #ffffff; /* Red background */
    color: #E5533A; /* White text */
    padding: 10px 20px; /* Spacing around the text */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    font-family: Arial, Helvetica, sans-serif; /* Font similar to what's used */
    font-size: 16px; /* Adjust as needed */
    text-align: center; /* Center the text */
    cursor: pointer; /* Change cursor to pointer on hover */
    text-decoration: none; /* Remove any text underline */
}

.btnChristmas-2:hover {
    background-color: #ffe1db; /* Darker red on hover */
}