/* Minimal modern normalize/reset */
*, *::before, *::after { box-sizing: border-box; padding: 0; margin: 0; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, svg, video, canvas { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
ul[role='list'], ol[role='list'] { list-style: none; margin: 0; padding: 0; }
main { display: block; }


