<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn.to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 1000;
    cursor: pointer;
}

@media speech {
    .to-top {
        display: none;
    }
}
</pre></body></html>