    #scrollTopBtn {
        display: none;
        position: fixed;
        bottom: 80px;
        right: 40px;
        font-size: 40px;
        border: none;
        outline: none;
        background-color: black;
        color: white;
        cursor: pointer;
        border-radius: 8px;
    }