@layer base {
  html,
  body {
    margin: 0;
    padding: 0;
  }
  body {
    overscroll-behavior: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  main > section {
    margin-bottom: 1 !important;
  }
}

::-webkit-scrollbar {
  display: none;
}
