/* Begin CSS Reset */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border: 0; } html, body { height: 100%; width: 100vw; font-size: 20px; line-height: 1.25; -webkit-font-smoothing: antialiased; max-width: clamp(320px, 90%, 1000px); margin: auto; } img, picture, video, canvas, svg { display: block; max-width: 100%; } input, button, textarea, select { font: inherit; } p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; text-wrap: balance; } ul, ol { list-style: none; } p { /* these two need to be set to taste and are only good for text column content, really */ /* max-width: 65ch; */ /* max-width: clamp(320px, 90%, 1000px); */ }