.hidden {
    display: none;
}

.go-top {
    transition: opacity 0.3s ease-in-out;
    z-index: 1000;
}