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

body, html {
  width: 100%;
  height: 100%;
}

