:root {
  --content-max-width: 80%; /* Vous pouvez ajuster cette valeur selon vos besoins */
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 150px;
}
