option{
  font-size: 20px;
  text-align: center;
}

html{
  background-color: #f1d1f1;
}

/* Ajoute 70px (pixel) ou 10ch (character) de marge à gauche*/
body {
  margin-left: 10ch;
}
