*{margin:0;padding:0;box-sizing:border-box;font-family:Verdana,sans-serif}body{width:100vw;height:100vh}.scene{position:relative;width:100vw;height:100vh;background:black;background-attachment:fixed;overflow:hidden}.scene i{position:absolute;background:white;border-radius:50%;animation:animate linear infinite}@keyframes animate{0%{opacity:0;transform:translateY(0)}10%,90%{opacity:1}100%{opacity:0;transform:translateY(-100px)}}.cloud1{position:absolute;top:0;left:0;max-width:1000px;z-index:0;animation:animateCloud 50s linear infinite}.cloud2{position:absolute;top:10vh;left:0;max-width:900px;z-index:1;animation:animateCloud 35s linear infinite}.cloud3{position:absolute;top:20vh;left:0;max-width:800px;z-index:0;animation:animateCloud 50s linear infinite}.cloud4{position:absolute;top:30vh;left:0;max-width:700px;z-index:0;animation:animateCloud 60s linear infinite;animation-delay:-10s}.cloud5{position:absolute;top:40vh;left:0;max-width:600px;z-index:0;animation:animateCloud 30s linear infinite;animation-delay:-5s}.cloud6{position:absolute;top:50vh;left:0;max-width:500px;z-index:1;animation:animateCloud 60s linear infinite;animation-delay:-10s}.cloud7{position:absolute;top:20vh;left:0;max-width:800px;z-index:0;animation:animateCloud 125s linear infinite}.cloud8{position:absolute;top:20vh;left:0;max-width:1000px;z-index:1;animation:animateCloud 125s linear infinite}@keyframes animateCloud{0%{transform:translateX(-100%) scale(1)}100%{transform:translateX(400%) scale(3.5)}}#footerContainer{margin:0;padding:0}footer{bottom:0;color:#fff;left:0;margin:0;padding:1em 0;position:fixed;text-align:center;width:100%;z-index:7}footer a{color:#fff;text-decoration:underline}footer a:visited{color:#fff}code{font-family:monospace;font-size:16px}#enable-javascript{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 25vw}noscript h2{margin:5vh}noscript h2{padding:5vh 0 0}noscript p{min-width:50vw}noscript details{margin:1vh;min-width:50vw;text-align:inherit}noscript details summary{text-align:center;font-size:2vh;cursor:pointer}li{line-height:1.5em;margin:1vh 0}
