<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;
    text-align: center;
    line-height: 50px;
    background: #ff4000;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    z-index: 1000;
  }</pre></body></html>