#back-top a{
    position: fixed;
    right:10px;
    bottom:50px;
    transition: 1s;
}
 #back-top a:hover{ 
    opacity: 0.75;
}