html {
  background-color: rgba(82, 22, 22, 0.97);
}
#mon_conteneur {
  background-color:rgb(156, 16, 16);
  width: 95%;
  height: 130px;
  border: 2px solid;
  padding: 1em;
}
#intro {
  text-align: center;
  color: rgb(255, 255, 255);
}
#suite_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);
  margin-bottom: 20px; /* espace après chaque paragraphe */
}
li {
  color: rgb(255, 255, 255);
}
#modele-ligne {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
}

.modele {
  background-color: rgb(156, 16, 16);
  width: 100px;
  height: 30px;
  border: 2px solid;
  padding: 1em;
  text-align: center;
  color: white;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
  margin-top: 20px;
  margin-bottom: 30px;
}
.type {
  text-align: left;
}
#Logo-Porsche {
  width: 384px;
  height: 216px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
  margin-top: 20px;
  margin-bottom: 30px; 
}

