.libre-bodoni-normal {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.libre-bodoni-extra-light {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}


.libre-bodoni-bold {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: libre-bodoni;
  font-size: 1rem;
  background-color: rgb(196, 196, 196);
}

@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

h6 {
  font-size: 0.8rem;
}

a {
  color: black;
  text-decoration: none;
}

main {
  margin: 0 auto;
}
.accueil:hover {
  transform: scale(150%);
}
