#mon_conteneur {
  background-color:rgb(156, 16, 16);
  width: 95%;
  height: 90px;
  border: 2px solid;
  padding: 1em;
}
#intro {
  text-align: center;
  color: rgb(255, 255, 255);
}
h1 {                      /* Cette règle définit le style du titre principal. */
  color: rgb(255, 255, 255);           /* La couleur du texte est verte. */
  text-align: center;     /* L'alignement du texte est centré. */
}
h2 {                      /* Cette règle définit le style du titre principal. */
  color: rgb(255, 255, 255);           /* La couleur du texte est verte. */
  text-align: center;     /* L'alignement du texte est centré. */  
}
p {
  color: rgb(255, 255, 255);
}
li {
  color: rgb(255, 255, 255);
}
html {
  background-color: rgba(82, 22, 22, 0.97);
}
