html {
  box-sizing: border-box;
}

html, body, #root {
  height: 100%;
  min-height: 100%; /* Required for Mozilla Firefox */
}

*, *:before, *:after {
  box-sizing: inherit;
}
