.circle-rotate{transition:transform 0.3s ease}.circle-rotate:hover{animation:rotateCircle 2s linear infinite alternate}@keyframes rotateCircle{from{transform:rotate(-15deg)}to{transform:rotate(15deg)}}