
body {
  margin: 0;
  background: white;
}

.root {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding: 0;
  margin: 0;
  z-index: 2;
}