body {
  margin: 0;
  font-family: -apple-system, Ubuntu, Roboto, Manrope, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

code {
  font-family:
    source-code-pro, Ubuntu, Roboto, Manrope, "Courier New", monospace;
}

#root {
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
}
