.back-to-top { position:fixed; bottom:30px; right:30px; background:#3498db; color:white; width:50px; height:50px; border-radius:50%; text-align:center; line-height:50px; cursor:pointer; opacity:0; transition:0.3s; }
.back-to-top.show { opacity:1; }
