@keyframes moveAndRotate{0%{bottom:0%;right:-30%;transform:rotate(0)}to{bottom:100%;right:100%;transform:rotate(360deg)}}.image{animation:25s linear infinite moveAndRotate;position:absolute}
