html {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 100%;
  margin: 0;
  background: #08090c;
}

body,
#root {
  width: 100%;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  background: #08090c;
}

body {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

#root {
  height: auto;
  overflow: visible;
}

* {
  box-sizing: border-box;
}
