#btn-back-to-top {
    position: fixed;
    border-radius: 50px;
    bottom: 20px;
    right: 20px;
    display: none;
    transition: all 0.5s ease;
}

#btn-back-to-top:hover{
    opacity: 100
}