.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 30px;
    display:none;
    z-index:9999;
}