@import "nav.css";
@import "home.css";
@import "discover.css";
@import "activities.css";
@import "contact.css";
@import "footer.css";
@import "mentions.css";

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Manrope", "Roboto";
}

body {
  margin: 0;
  line-height: normal;
  background-image: url("/assets/grille-Odya_web.png");
  background-repeat: repeat;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
}

a {
  text-decoration: none;
}

.section {
  max-width: 1400px;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0;
  gap: 40px;
  font-size: 32px;
  margin: 0 auto;
}
