*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;

  line-height: 0;
  height: auto;
  overflow: visible;
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

img, video {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}

a {
  text-decoration: inherit;
  color: inherit;
}