html body {
  /*box-shadow: 0px 0px 20vmin rgba(255, 0, 0, 0.1) inset;*/
  padding: 1px 0 2rem 0;
  min-height: 100vh;
}

#Titre {
  margin-top: 5rem;
  font-family: "Roboto", sans-serif;
  /*text-shadow: 0px 3px 5px rgba(10, 0, 0, 0.25);*/
}
#Histoire p {
  font-family: "Roboto", sans-serif;
  margin-top: 4rem;
  font-size: 24px;
  /*text-shadow: 0px 1px 5px rgba(10, 0, 0, 0.25);*/
}
#Lien {
  margin-top: 2rem;
  text-decoration: none;
}

#PageSuivante {
  margin-top: 1rem;
}

a:link,
a:active,
a:hover {
  background-color: rgba(0, 0, 0, 1);*/
  color: rgba(255, 255, 255, 1);*/
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 9px;
  display: inline-block;
}

header {
}
