*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body { min-height: 100vh; }
img, picture, svg, canvas { display: block; max-width: 100%; }
button, input { font: inherit; color: inherit; background: none; border: none; }
button { cursor: pointer; }
h1, h2, h3, p { overflow-wrap: break-word; }
ol, ul { list-style: none; }
a { color: inherit; }
