<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 4px 2px -2px rgba(231, 231, 231, 0.349);
    border-radius: 0 0 4px 4px;
}
#navbar {
    transition: top 0.3s ease; /* Smooth transition for the top property */
}
</pre></body></html>