h1 {                      /* Cette règle définit le style du titre principal. */
  color: rgb(76, 202, 230);           /* La couleur du texte est verte. */
  text-align: center;}
h2 {
  color: rgb(209, 127, 141);
  text-align : left;
}
h3 {
  color : rgb(230, 170, 66)
}
img{
  width: 400px;
  border : 1px solid #ddd;
  border-radius: 4px;
  padding : 5px;
}


#intro {
  text-align : center;}
body{background-color: rgb(255, 241, 155);}