h1 {
    /* Cette règle définit le style du titre principal. */
    color:sienna ;
    font-family: verdana;
    
    text-emphasis-color: sienna;
    font-weight:600;
    /* La couleur du texte est verte. */
    text-align: center;
    color: sienna;
    /* L'alignement du texte est centré. */
}

h3 {
    font-family: verdana;
    color: sienna;
    font-weight: 600;
    color: sienna;
    
}   

.row {
    color: sienna;
    
} 