h1 {                      /* Cette règle définit le style du titre principal. */
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: burlywood;           /* La couleur du texte est orange. */
  text-align: center;     /* L'alignement du texte est centré. */
}
p {                       /* Cette règle définit le style des paragraphes. */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;   /* La police utilisée est verdana. */
  font-size: 15px;        /* La taille de la police est 20 pixels. */
  text-align: center;     /* L'alignement du texte est centré. */ 
}
h2 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: white;
  text-align: center;
}
p {
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 20px;
  text-align: center;
  color: burlywood;
}
body {
  background-color: darkolivegreen;
  }
img {
  width: 300px;
  }
a {
  color: darkred;
  }
 ol {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
  color: darkred;