
body {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100vh;

}

#conteneur {
  text-align: center;
  /*border: 1px solid white;*/
}

h1 {
  font-size: 6em;
    font-family:"greycliff-cf", sans-serif;

}

h1 .special-letter {
  font-family: "Mea Culpa", cursive;
  font-weight: 400;
  font-style: normal;
}


p {
  font-family:"greycliff-cf", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  margin-top: 2rem; /* <-- ajoute cet espace au-dessus */
  }

p a{
  color: inherit; 
}

a:hover  {
  text-decoration: underline;
  color: #ccc;
}