body {
  height: 100vh;
  margin: 0;
  font-family: -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;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
.root {
  height: 100vh;
}
.title {
  color: #333;
}
.title,
section {
  margin: 16px;
}
header {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
/*# sourceMappingURL=main.82fd4e6f.chunk.css.map */
