body {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fffaf0;
    /* Fond crème pour une ambiance chaleureuse */
    margin: 0;
    padding: 20px;
}

h1 {
    color: #ff6347;
    /* Tomate pour le titre */
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

p {
    margin-bottom: 15px;
    font-size: 1.1em;
    text-align: center;
    color: #555;
}

section {
    background-color: #fff0f5;
    /* Rose pâle pour les sections */
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #8a2be2;
    /* Bleu violet pour les sous-titres */
    margin-top: 15px;
    margin-bottom: 10px;
}

h3 {
    color: #ff69b4;
    /* Rose vif pour les sous-titres */
    margin-top: 10px;
    margin-bottom: 5px;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    background: #fff;
    /* Blanc pour les éléments de la liste */
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

strong {
    color: #ff4500;
    /* Orange rougeâtre pour mettre en évidence */
}

.end-game{
    background-color: #f0fff0;
    /* Vert pâle pour la section de fin de jeu */
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.end-game p {
    margin: 0;
    font-size: 1.1em;
    color: #333;
    text-align: left;
}

.video-insta {
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
}

footer {
    margin-top: 20px;
    text-align: center;
    font-size: 0.9em;
    color: #555;
    border-top: 1px solid #ff6347;
    padding-top: 10px;
}
