:root {
  overscroll-behavior: none;
}

html {
  background-color: white;
}

body.no-scroll,
body.no-scroll section {
  overflow: hidden;
  max-height: 100dvh;
}

body section {
  background-image: url("/images/grain1.gif");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

/* .grain-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
  background-image: url("/images/grain1.gif");
  background-size: cover;
} */
