.go-top {
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
    text-shadow: 0 0 1px var(--bs-primary);
}

.go-top.is-visible {
    display: block;
}