#return-to-top{position:fixed;bottom:20px;right:20px;background:#fff;background:hsla(0,0%,100%,.8);width:50px;height:50px;display:block;text-decoration:none;border-radius:35px;border:2px solid #8e83e4;display:none;transition:all .3s ease;z-index:8000}#return-to-top i{color:#8e83e4;margin:0;position:relative;left:13px;top:10px;font-size:19px;transition:all .3s ease}#return-to-top:hover{background:#8e83e4}#return-to-top:hover i{color:#fff;top:5px}