body { 
  background-color: rgb(253, 22, 145);
  max-width: 1200px;
  margin: 0 auto ; 
  padding:  0 30px; 
}

h1 {                      /* Cette règle définit le style du titre principal. */
  color: rgb(95, 18, 76);           /* La couleur du texte est verte. */
  text-align: center;    /* L'alignement du texte est centré. */
  font-family: 'Times New Roman', Times, serif ;   /* La police utilisée est verdana. */
  font-size: 250px; 
  
}
  p {                      /* Cette règle définit le style du titre principal. */
  color: rgb(101, 6, 74);           /* La couleur du texte est verte. */
  text-align: center;
  font-family: 'Times New Roman', Times, serif ;   /* La police utilisée est verdana. */
  font-size: 20px;    
}

h2 {
  color: rgb(71, 8, 53);
  font-family: 'Times New Roman', Times, serif ;   /* La police utilisée est verdana. */
  font-size: 30px; 
 
}

ul {
  color: rgb(71, 8, 53);
  font-family: 'Times New Roman', Times, serif ;   /* La police utilisée est verdana. */
  font-size: 20px;
}

h3 {
  color: rgb(71, 8, 53);
  font-family: 'Times New Roman', Times, serif ;   /* La police utilisée est verdana. */
  font-size: 30px;
}

h4 {
  color: rgb(71, 8, 53);
  font-family: 'Times New Roman', Times, serif ;   /* La police utilisée est verdana. */
  font-size: 25px;
}

h5{
  color: rgb(71, 8, 53);
  font-family: 'Times New Roman', Times, serif ;   /* La police utilisée est verdana. */
  font-size: 30px;

}

tr {
  color: rgb(71, 8, 53);
  font-family: 'Times New Roman', Times, serif ;   /* La police utilisée est verdana. */
  font-size: 20px;
}

table{
  border-collapse: collapse;
  
}

th, td {
  border: 2px solid black;
  padding: 8px;

}

th{
  background-color: rgb(255, 255, 255);
}

ol{
  color: rgb(71, 8, 53);
  font-family: 'Times New Roman', Times, serif ;   /* La police utilisée est verdana. */
  font-size: 20px;
}
