.container{
    margin-top: 2%;
    margin-bottom: 1%;
}
body {
    font-family: 'Georgia', serif;
    line-height: 1.8;
    background-color:rgb(255, 255, 255);
    color: #333;
}
.texte-container {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: auto;
}
.texte-container h2 {
    font-size: 1.5em;
    color: #555;
}
.texte-container p {
    white-space: pre-wrap; /* pour garder les retours à la ligne */
}