html,
body {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#root {
  width: 100vw;
  height: 100vh;
  background-color: black;
}
