* { margin: 0; padding: 0; box-sizing: border-box; position: relative; outline-style: none; } html, body { width: 100%; height: 100%; } .hidden { display: none !important; visibility: hidden !important; } .invisible { opacity: 0; }