.anim-move{position:relative;animation:move 20s linear infinite;animation-iteration-count:infinite;animation-timing-function:ease-in-out}@keyframes move{0%{left:0}50%{left:5%}to{left:0}}.anim-scale{animation:scale 20s linear infinite;animation-iteration-count:infinite;animation-timing-function:ease-in-out}@keyframes scale{0%{transform-origin:bottom top;transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes star{to{zoom:10%;opacity:0}0%{zoom:100%;opacity:1}}.star{animation-name:star;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-duration:2s;animation-direction:alternate}@keyframes star1{to{opacity:0}0%{opacity:1}}.star1{animation-name:star1;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-duration:3s;animation-direction:alternate}@keyframes star2{0%{opacity:1}45%{opacity:1}55%{opacity:0}to{opacity:0}}.star2{animation-name:star2;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-duration:5s;animation-direction:alternate}.circles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}@keyframes circlesAnim{0%{opacity:1;border-radius:0;transform:translateY(0) rotate(0)}to{opacity:0;border-radius:50%;transform:translateY(-1000px) rotate(720deg)}}.circles div{position:fixed;display:block;width:20px;height:20px;background:#fff3;bottom:-150px;animation:circlesAnim 25s linear infinite}.circles div:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.circles div:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.circles div:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.circles div:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18 s}.circles div:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.circles div:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}
