*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { background: none; border: none; cursor: none; color: inherit; font: inherit; }
img, canvas { display: block; max-width: 100%; }
::selection { background: #c8a94a; color: #0a0a0a; }