.ScrollToTop {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 0 15px 6px 15px;
    background: #0082d8;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-225deg, #4eb1e8 35%, rgb(46 99 211) 100%);
}

