* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { min-height: 100%; }
body { line-height: 1.5; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; background: none; border: none; }
input, textarea, select { background: none; border: none; outline: none; }
pre { white-space: pre-wrap; word-break: break-word; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}
