body {
  margin: 0;
  padding: 0;
  background-image: url("ayush-kumar-17obZ-TVzIY-unsplash.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: 'Quicksand', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* occupe toute la hauteur de l'écran */
}


.container {
  background-color: #f8c391; /* vert d’eau */
  padding: 2em;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  text-align: center;
}

h1, nav {
  color : #c06d84 ;
  font-family: 'Margarine', cursive;
}

a {
  color: #f67481;
  text-decoration: none;
}

a:hover {
  color : #f67481 ;
  text-decoration: underline;
}
