/* reset.css */
*, *::before, *::after { box-sizing: border-box; }

html, body { height: 100%; }

body { margin: 0; }

img, svg, video, canvas { display: block; max-width: 100%; }

button, input, textarea, select { font: inherit; color: inherit; }

a { color: inherit; text-decoration: none; }

ul, ol { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, p { margin: 0; }

:focus-visible { outline: 3px solid rgba(0,120,255,.35); outline-offset: 3px; }