/* reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #fbf8f6; }
img, svg { display: block; max-width: 100%; }
ul { list-style: none; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; color: inherit; background: none; border: none; }
button { cursor: pointer; }
