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

body {
  overflow: hidden;
}

#root {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}
