body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #e0e0e0;
    background-color: #121212;
    /* Fond noir pour un look futuriste */
    margin: 0;
    padding: 20px;
}

h1 {
    color: #00ff9d;
    /* Vert vif pour le titre */
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5em;
    text-shadow: 0 0 10px #00ff9d;
}

p {
    margin-bottom: 15px;
    font-size: 1.1em;
    text-align: center;
    color: #bb86fc;
    /* Violet pour le texte */
}

.video-insta {
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
}

footer {
    margin-top: 20px;
    text-align: center;
    font-size: 0.9em;
    color: #bb86fc;
    border-top: 1px solid #00ff9d;
    padding-top: 10px;
}

.description {
    background-color: #ecf0f125;
    /* Fond légèrement coloré pour la section de description */
    padding: 20px;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 800px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
