html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-optical-sizing: auto;
}
img {
  max-width: 100%;
  height: auto;
}

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