.scroll-arrow{color:#b19eef;cursor:pointer;pointer-events:auto;background:0 0;border:2px solid #b19eef80;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;animation:2s infinite bounce;display:flex}.scroll-arrow:hover{background:#b19eef1a;border-color:#b19eef;transform:scale(1.1)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.scroll-arrow:hover{animation:none}
