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

html {
  color-scheme: light;
  -webkit-text-size-adjust: 100%;
}

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

body {
  min-width: 320px;
}

img,
picture {
  display: block;
  max-width: 100%;
}

button {
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
}
