/* Minimal reset */
* { box-sizing: border-box; }
html, body { height: 100%; }
body { margin: 0; }
button { font: inherit; }

