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

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

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

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

img {
  block-size: auto;
}

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

table {
  border-collapse: collapse;
  inline-size: 100%;
}
