html {
  box-sizing: border-box;
}

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

body,
h1,
p,
dl,
dd {
  margin: 0;
}

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

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