html,
body,
#root,
#root > div {
  width: 100%;
  height: 100%;
}

html {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-y: auto;
}
