.smoothAnimation{animation-name:move;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate}@keyframes move{0%{transform:translate3d(0,-4px,0) rotate(-2deg)}to{transform:translate3d(0,4px,0) rotate(2deg)}}