/* Style global */
body {
    margin: 0;
    padding: 0;
    font-family: "Arial", sans-serif;
    background: linear-gradient(135deg, #ffffff, #ededed);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Conteneur centré */
.container {
    text-align: center;
    color: #ffffff;
}

/* Style du logo */
.logo {
    width: 200px;        /* Ajuster la taille selon ton image */
    margin-bottom: 20px;
}

/* Message */
.message {
    font-size: 1.8rem;
    font-weight: 300;
}