html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-image: url("../images/hp_fiction.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* optionnel pour un effet parallaxe */
  
  /* Pour améliorer la lisibilité du texte */
  color: white;
  font-family: Arial, sans-serif;
}