body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  font-family: PublicSans, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div#root>div[class^="body-"] {
  width: 100vw;
  height: 100vh;
}

code {
  font-family: 'Consolas', 'Courier New', monospace;
}

*,
::before,
::after {
  box-sizing: border-box;
}

#root {
  width: 100vw;
  height: 100vh;
}