html {
  height: 100%;
  box-sizing: border-box;
}

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