body{display:flex;justify-content:center;align-items:center;min-height:100vh;background:radial-gradient(ellipse at bottom,#0d1d31 0,#0c0d13 100%)}.stars{width:100%;height:120%;transform:rotate(-45deg)}.star{--star-color:var(--primary-color);--star-tail-length:6em;--star-tail-height:2px;--star-width:calc(var(--star-tail-length) / 6);--fall-duration:9s;--tail-fade-duration:var(--fall-duration);position:absolute;top:var(--top-offset);left:0;width:var(--star-tail-length);height:var(--star-tail-height);color:var(--star-color);background:linear-gradient(45deg,currentColor,transparent);border-radius:50%;filter:drop-shadow(0 0 6px currentColor);transform:translate3d(104em,0,0);animation:fall var(--fall-duration) var(--fall-delay) linear infinite,tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite}@media screen and (max-width:750px){.star{animation:fall var(--fall-duration) var(--fall-delay) linear infinite}}.star:first-child{--star-tail-length:6.46em;--top-offset:97.81vh;--fall-duration:10.164s;--fall-delay:9.177s}.star:nth-child(2){--star-tail-length:5.54em;--top-offset:91.47vh;--fall-duration:8.624s;--fall-delay:7.053s}.star:nth-child(3){--star-tail-length:6.27em;--top-offset:7.8vh;--fall-duration:8.54s;--fall-delay:1.177s}.star:nth-child(4){--star-tail-length:6.84em;--top-offset:1.4vh;--fall-duration:8.258s;--fall-delay:5.733s}.star:nth-child(5){--star-tail-length:5.83em;--top-offset:24.4vh;--fall-duration:11.535s;--fall-delay:9.441s}.star:nth-child(6){--star-tail-length:5.21em;--top-offset:94.57vh;--fall-duration:9.204s;--fall-delay:2.843s}.star:nth-child(7){--star-tail-length:7.36em;--top-offset:21.32vh;--fall-duration:8.304s;--fall-delay:5.188s}.star:nth-child(8){--star-tail-length:5.74em;--top-offset:15.33vh;--fall-duration:6.636s;--fall-delay:1.88s}.star:nth-child(9){--star-tail-length:5.31em;--top-offset:60.88vh;--fall-duration:6.746s;--fall-delay:1.258s}.star:nth-child(10){--star-tail-length:6.27em;--top-offset:7.94vh;--fall-duration:7.703s;--fall-delay:2.619s}.star:nth-child(11){--star-tail-length:7.2em;--top-offset:89.53vh;--fall-duration:8.801s;--fall-delay:4.029s}.star:nth-child(12){--star-tail-length:5.42em;--top-offset:96.99vh;--fall-duration:7.554s;--fall-delay:6.671s}.star:nth-child(13){--star-tail-length:5.31em;--top-offset:65.53vh;--fall-duration:9s;--fall-delay:1.765s}.star:after,.star:before{position:absolute;content:"";top:0;left:calc(var(--star-width)/-2);width:var(--star-width);height:100%;background:linear-gradient(45deg,transparent,currentColor,transparent);border-radius:inherit;animation:blink 2s linear infinite}.star:before{transform:rotate(45deg)}.star:after{transform:rotate(-45deg)}@keyframes fall{to{transform:translate3d(-30em,0,0)}}@keyframes tail-fade{0%,50%{width:var(--star-tail-length);opacity:1}70%,80%{width:0;opacity:.4}to{width:0;opacity:0}}@keyframes blink{50%{opacity:.6}}