body{transition:.1s}#root,.fullScreen{position:absolute;left:0;right:0;top:0;bottom:0}#root{overflow:hidden}#root>#background-image{position:absolute;left:-50px;right:-50px;top:-50px;bottom:-50px;background:url(https://pre00.deviantart.net/9a36/th/pre/f/2011/304/e/e/after_the_rain___minecraft_by_muusedesign-d4ekv2n.png);background-size:cover;background-position:50%;filter:contrast(1.3) grayscale(.2) blur(12px);z-index:0}#root>#background-image>.overlay{width:100%;height:100%;background:#192a56;opacity:.6;display:flex;align-items:center;justify-content:center}#root>#background-image>.overlay>span{font-size:30px}#root #text-root{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;perspective:300px;z-index:1}#root #text-root>span{margin-bottom:7.5vh;background:-webkit-linear-gradient(rgba(25,42,86,0),hsla(0,0%,100%,.2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:200;letter-spacing:3px;transform:rotateX(15deg);font-size:5vw;font-family:Rajdhani,sans-serif;animation:flashing 5s infinite}#root #rain-root{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2}.rainDrop{width:5px;height:5px;background:#192a56;opacity:.5}.cloud,.rainDrop{position:absolute;top:0;z-index:100}.cloud{width:500px;height:500px;background:linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,.02),hsla(0,0%,100%,0));border-radius:50%}@keyframes flashing{0%{opacity:.1}10%{opacity:.2}20%{opacity:.25}25%{opacity:.12}30%{opacity:.3}40%{opacity:.2}75%{opacity:.2}to{opacity:.1}}