/* frontend-styles.css */
.holiday-message {
    background: #ffd700; /* Couleur jaune */
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}
