html,
body,
#root {
  height: 100%;
  min-height: 100%;
  margin: 0;
}

* {
  box-sizing: border-box;
}