html,
body {
  color-scheme: dark;
  background-color: #1C1C1C;
  margin: 0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#root {
  color-scheme: dark;
  position:absolute;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#root::-webkit-scrollbar {
  display: none;
}
#body::-webkit-scrollbar {
  display: none;
}
#body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
