html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: linear-gradient(0deg, #060522 30%, #061434);
  overflow: hidden;
  scrollbar-gutter: unset !important;
}
body {
  overflow-y: overlay !important;
}
.root-container {
  width: 100%;
  height: 100%;
  position: relative;
}
