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

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