html {
    scroll-behavior: smooth;
}

.footer-top-link {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    color: #1d1d1b !important;
}

.footer-top-link::after {
    border-radius: 100%;
    background: rgb(255,255,255,0.75) !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

.footer-top-link > span {
    display: none !important;
}