html, body, #root {
  padding: 0;
  margin: 0;
  background-color: #eeeeee;
  font-family: sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scrollbar-gutter: stable;
}

