.scroll-arrow{position:fixed;right:50px;bottom:80px;font-size:2rem;cursor:pointer;animation:bounce 1.5s infinite;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;z-index:9;border:1px solid transparent;padding:8px 16px;border-radius:30px;background-color:#064d3e}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}
