<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#sticky {
    color: #fff;
    font-size: 2em;
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
	z-index:200;

}</pre></body></html>