*, *::before, *::after { box-sizing: border-box; }
html { min-width: 320px; overflow-x: hidden; color-scheme: dark; }
body, h1, h2, p { margin: 0; }
body { min-height: 100vh; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
