.pagetop
    {
    position: fixed;
    bottom: 20px;
    right: 20px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}

