@import "https://unpkg.com/normalize.css@7.0.0/normalize.css";

html,
body,
#root {
  margin: 0;

  width: 100%;
  height: 100%;
}

#root {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
