* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: auto !important;
  /* Prevents conflicts with JS scrollTo */
}

body {
  background-color: black;
  color: white;
  overflow-x: hidden;
    position: relative;
}
