.phpdocumentor .phpdocumentor-back-to-top {
position: fixed;
bottom: 2rem;
font-size: 2.5rem;
opacity: .25;
transition: all .3s ease-in-out;
right: 2rem;
}
.phpdocumentor .phpdocumentor-back-to-top:hover {
color: var(--link-color-primary);
opacity: 1;
}