body {
    font-family: 'Lexend', sans-serif;
    margin: 0;
    padding: 0;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

/* Style pour le contenu texte */
.text-content {
    border: solid #cf5d28 3px;
    width: 33%;
    margin: 50px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
}