<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

#back-to-top:hover {
    background-color: #555;
}</pre></body></html>