html{scroll-behavior:smooth}#gotoup{align-items:center;background:#2102d3;border:1px solid #282600;border-radius:10px;bottom:20px;color:#282600;cursor:pointer;display:flex;height:45px;justify-content:center;line-height:45px;pointer-events:none;position:fixed;right:20px;transform:translateY(150%);transition:opacity .3s ease-in-out,transform .4s ease-in-out;width:45px;z-index:9999}#gotoup:hover{animation:pop 1.3s linear .2s infinite}#gotoup svg{height:20px;width:20px}#gotoup.active{pointer-events:auto;transform:translateY(0)}@keyframes pop{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}