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

html {
  block-size: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
p {
  margin: 0;
}

body {
  min-block-size: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img,
video {
  display: block;
  max-inline-size: 100%;
}
