#scroller,#scroller a{display:flex;justify-content:center;align-items:center}#scroller a{width:30px;height:50px;border:2px solid #d7983c;border-radius:50px;box-sizing:border-box;position:relative}#scroller a span{display:flex;justify-content:center;align-items:flex-start;width:100%;padding-top:7.5px;height:100%}#scroller a span:before{content:"";width:6px;height:6px;background-color:#d7983c;border-radius:100%;animation:scroller 3s infinite}@keyframes scroller{0%{transform:translateY(0);opacity:0}40%{opacity:1}80%{transform:translateY(20px);opacity:0}to{opacity:0}}