<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.upbtn {
    opacity: 1.0;
    z-index: 9999;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: -80px;
    right: 20px;
    cursor: pointer;
    border:3px solid #EBCD0A;
    transition: all .7s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #EB860A;
 }
.upbtn:hover {
    opacity: 1;
    background-color: #EB860A;
}</pre></body></html>