/* Custom CSS for SQL Evaluations App */

.navbar-brand {
    font-weight: bold;
}

.sticky-header {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    z-index: 100; /* Ensure it stays on top of other content */
    background-color: white; /* Give it a background to prevent content from showing through */
    border-bottom: 1px solid #dee2e6; /* Optional: adds a separator */
}
