html {
  height: 100%;
  width: 100%;
  font-size: 16px;
}

body {
  margin: 0;
  height: 100%;
  font-family: "Ubuntu Mono", "Courier New", monospace;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F1F3F5;
}

pre, code {
  font-family: "Ubuntu Mono", "Courier New", monospace;
}

#root {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
}