<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-second{
    font-size: 18px !important;
}
.nav-link{
    color: #000000!important;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
  
@media (max-width: 767px) {
    .navbar-expand-sm .navbar-collapse {
        display: block !important;
    }
    .collapse:not(.show) {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .dropdown {
        display: unset;
    }
}
</pre></body></html>