/* simple reset */
* { box-sizing: border-box; margin: 0; padding: 0; }
html,body,#root { height: 100%; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { background: none; border: none; font: inherit; cursor: pointer; }
