html, body { width: 100%; height: 100%; margin: 0; padding: 0; background: black; overflow: hidden; box-sizing: border-box; text-rendering: optimizeLegibility; font-family: 'Roboto', sans-serif; font-size: 36px; font-weight: 400; } .loading { opacity: 0; } #scene { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* svg { -webkit-backface-visibility: hidden; backface-visibility: hidden; } */ iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; margin: 0; padding: 0; border: 0; } h1 { margin: 10px 0; padding: 0; font-weight: 300; } .text { color: white; } .text h1, .text a, .text img, .text span { background: rgba(0, 0, 0, 0.95); } img { padding: 10px; } .text span { cursor: default; } .text a { cursor: pointer; color: #ccc; } .logo, .dog { cursor: pointer; } .logo path { /* fill: #51bcec; */ fill: #ffffff; } .space iframe { opacity: 1 }