body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
    /* Fond gris clair pour un look moderne */
    margin: 0;
    padding: 20px;
}

h1 {
    color: #ff6b6b;
    /* Rouge corail pour évoquer la créativité */
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #333;
    text-align: center;
    margin-top: 20px;
    font-size: 2em;
}

p {
    margin-bottom: 15px;
    font-size: 1.1em;
    text-align: center;
    color: #555;
}

.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 #ff6b6b;
    padding-top: 10px;
}

footer a {
    color: #ff6b6b;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
