.pointer-container{display:flex;justify-content:center;align-items:center;height:100vh;background:transparent}.pointer{width:80px;height:auto}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(0)}40%{transform:translateX(-25px)}60%{transform:translateX(-10px)}}.bounce{animation:bounce 1.5s ease-in-out infinite}