.decoration-arrow-animation{animation:arrowBounce 3s linear infinite}@keyframes arrowBounce{0%,to{transform:translateY(-75%) rotate(90deg)}50%{transform:translateY(75%) rotate(90deg)}}