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

::selection {
  background: rgb(255, 255, 255);
  color: #000000;
}

::-moz-selection {
  background: rgb(255, 255, 255);
  color: #000000;
}

html {
  scroll-behavior: smooth;
}