.scroll-up {
    cursor: pointer;
    position: fixed;
    display: none;
    bottom: 3%;
    right: 3%;
    z-index: 999;
}

#scroll-up-btn {
    color: var(--fourth-color);
}

#scroll-up-btn:hover,
#scroll-up-btn:active {
    opacity: 1;
}