.running-man{position:relative;animation:run 1s linear infinite}.running-man-body{position:absolute;bottom:0;width:12px;height:12px;background-color:#FF6347;border-radius:50%;animation:moveBody .5s infinite alternate}.running-man-head{top:-8px;left:2px}.running-man-head,.running-man-leg{position:absolute;width:8px;height:8px;background-color:#FF6347;border-radius:50%}.running-man-leg{bottom:-4px;animation:moveLegs .5s infinite alternate}@keyframes moveBody{0%{transform:translateY(0)}to{transform:translateY(-5px)}}@keyframes moveLegs{0%{transform:rotate(45deg)}to{transform:rotate(-45deg)}}@keyframes run{0%{transform:translateX(0)}to{transform:translateX(150px)}}