html, body {
  background-color: #000;
}

body {
  scrollbar-width: none;
}

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