h1 {
    /* Cette règle définit le style du titre principal. */
    font-family: papyrus;
    color:deeppink ;
    font-weight:600;
    /* La couleur du texte est verte. */
    text-align: center;
    background-color: peachpuff;
    /* L'alignement du texte est centré. */
}

h3 {font-family: papyrus;
    background-color: peachpuff;
    font-weight: 600;
    color: rgb(0, 196, 0);
}   
