*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  scroll-behavior: smooth;
  overscroll-behavior: none;
}
