.backToTop {
    position: fixed;
    z-index: 9999;
    left: 20px;
    bottom: 50px;
    border-radius: 50%;
    cursor: pointer;
}
