/* ============= WEB BROWSER RESETS ============ */ * { margin: 0; padding: 0; border: none } *, *::before, *::after { box-sizing: border-box } html { height: 100%; font-size: 100%; font: inherit; vertical-align: baseline; scroll-behavior: smooth; scroll-padding-top: 20px } body { max-width: 1920px; line-height: 1.5; margin-left: auto; margin-right: auto; min-height: 100vh; text-rendering: optimizeSpeed } img { width: 100%; height: auto; display: block } input, button, textarea, select { font: inherit } /* Help prevent overflow of long words/names/URLs */ /* h1, h2, h3, h4, p, li { word-break: break-word; hyphens: auto } */ /* p, li { word-break: break-word; hyphens: auto } */ /* HTML5 container elements full viewport width */ header, section, footer { width: 100% } /* Last element at bottom of header or section */ header *:last-child, section *:last-child, footer *:last-child { margin-bottom: 0 } /* ================= ENDS ================ */ body { font-family: 'Poppins', sans-serif; background-color: #183153; }