.star-container{position:relative;width:96vw;height:100vh;overflow:hidden;background-color:#000}.star{position:absolute;background-color:#fff;border-radius:50%}.twinkle{animation:twinkle 1.5s infinite alternate}@keyframes twinkle{0%{opacity:.5}to{opacity:1}}@keyframes fall{0%{transform:translate(0) rotate(45deg)}to{transform:translate(300px,300px) rotate(45deg);opacity:0}}.falling-star{position:absolute;width:10px;height:8px;background-color:#03e1ff;border-radius:50%/50%;box-shadow:0 0 20px #03fff3;animation:fall linear infinite;filter:blur(2px)}.falling-star:before{width:50px;background-color:#03e1ff;top:3px;left:-45px;filter:blur(4px);z-index:-1}.falling-star:after,.falling-star:before{content:"";position:absolute;height:4px;transform:rotate(0deg)}.falling-star:after{width:30px;background-color:#19afff;top:-2px;left:-25px;filter:blur(6px);z-index:-2}