/* Minimal reset. No framework, no build step. */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, h4, p, ul, ol, li, figure, table, fieldset, legend {
  margin: 0; padding: 0;
}
ul, ol { list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
table { border-collapse: collapse; width: 100%; }
img { max-width: 100%; display: block; }
a { color: inherit; }
