* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body, button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; }
