#sta-scroll-top{
position:fixed;
display:none;
border:none;
cursor:pointer;
z-index:9999;
box-shadow:0 4px 10px rgba(0,0,0,.3);
transition:opacity .3s,transform .2s;
}
#sta-scroll-top:hover{transform:scale(1.08);}