#backToTop {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    cursor: pointer;
    color: #fff;
}

#backToTop:hover {
    color: #000;
}