body {
    background-color: #f8f5f0;
    font-family: 'Dancing Script', cursive;
    margin: 0;
    text-align: center;
}

h2, .titre_tableau {
    color: #8B0000;
    font-family: 'Playfair Display', serif;
    font-size: 2.1em;
}

.sous-titre {
    color: #5e5e5e;
    font-family: "Pacifico", cursive;
    font-size: 1.3em;
}

.tableau_original, .histoire_tableau_revisite, .questionnaire {
    justify-content: center;
}

.bouton_valider {
    margin-top: 5%;
    background-color: #fff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
}

.bouton_valider:hover {
    background-color: #a32020;
}

#tableau {
    padding: 10%;
    max-width: 50%;
}

.fenetre {
    background-color: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 5%;
    border: 1px solid #d1c7b7;
}

#resultat-quiz {
    margin-top: 5%;
}