#go-top-button {
    display: none;
    padding: 20px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 10px;
    z-index: 1;
}

#go-top-button:hover {
    background-color: var(--brown-light);
}