body {
  margin: 0;
  font-family: sans-serif;

  width: 100vw;
  height: 100vh;

  overflow: hidden;
}

#root {
  width: 100%;
  height: 100%;
}