html { box-sizing: border-box; font-family: sans-serif; } *, *::before, *::after { box-sizing: inherit; } body { position: absolute; top: 0; left: 0; height: 100%; width: 100%; margin: 0; color: #000000de; }