/* Conteneur principal */
main {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Texte principal */
.soon-text {
    font-size: 4rem;
    font-weight: bold;
    color: #FFD700; /* Doré pour le texte */
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.7), 0 0 20px rgba(255, 215, 0, 0.5);
}
