.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}
