*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; }
body, h1, p, ul { margin: 0; }
ul { padding: 0; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
