*, *:before, *:after { box-sizing: border-box; } html, body { margin: 0; padding: 0; min-height: 100vh; } body { background: #eee; color: #222; font-family: sans-serif; font-size: 14px; line-height: 1.2; }