h1 {                      /* Cette règle définit le style du titre principal. */
  color: rgb(24, 98, 176);           /* La couleur du texte est verte. */
  text-align: center;     /* L'alignement du texte est centré. */
}
h2 {
    color:rgb(24, 98, 176);
}
html {
  background-color: rgb(119, 173, 205);
}