.star-container{position:relative;width:96vw;height:100vh;overflow:hidden;background-color:black}.star{position:absolute;background-color:white;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{width:10px;height:8px;border-radius:50%/50%;box-shadow:0 0 20px rgb(3,255,243);animation:fall linear infinite;filter:blur(2px)}.falling-star,.falling-star:before{position:absolute;background-color:rgb(3 225 255)}.falling-star:before{width:50px;top:3px;left:-45px;filter:blur(4px);z-index:-1}.falling-star:after,.falling-star:before{content:"";height:4px;transform:rotate(0deg)}.falling-star:after{position:absolute;width:30px;background-color:rgb(25,175,255);top:-2px;left:-25px;filter:blur(6px);z-index:-2}