#back-to-top{align-items:center;background-color:#b19cd9;border-radius:50%;bottom:30px;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;display:flex;height:50px;justify-content:center;position:fixed;right:30px;text-decoration:none;transition:all .3s ease;width:50px;z-index:9999}#back-to-top:hover{background-color:#9caf88;transform:scale(1.1)}