html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; } main { max-height: 100%; } *, *::before, *::after { box-sizing: border-box; }