#go-to-top{background-color:#00558e;display:flex;justify-content:center;align-items:center;position:fixed;bottom:10rem;right:2rem;z-index:9999;width:50px;height:50px;color:#fff;cursor:pointer;border-radius:50%;transition:all .3s ease;box-shadow:0 3px 10px 0 rgba(0,0,0,.15);opacity:0;visibility:hidden}#go-to-top svg{fill:#fff;transform:rotate(-90deg);width:2rem}#go-to-top.show{opacity:1;visibility:visible}#go-to-top.show:hover{opacity:.8}