.page_page__ZU32B {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000;
  color: white;
  scroll-snap-type: y mandatory;
  -webkit-scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  scroll-behavior: smooth;
  /* Hide scrollbars cross-browser */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.page_page__ZU32B::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.page_page__ZU32B > * {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  -webkit-scroll-snap-align: start;
  -webkit-scroll-snap-stop: always;
}

/*# sourceMappingURL=aaeee830f0ad60f7.css.map*/