/* minimal modern reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
img, picture, svg, video { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: none; }
a { color: inherit; text-decoration: none; }
