<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
  position: relative !important;
  background-color: transparent !important;
}
header nav {
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
header .navbar-toggler-wrapper {
  display: none;
}
header .navbar-brand-wrapper {
  justify-content: center;
  text-align: center;
}
header .input-search-wrapper {
  order: 2;
  display: flex !important;
  margin-top: 15px;
  justify-content: center !important;
}
header .input-search-wrapper .form-control {
  max-width: 300px;
}
footer {
  margin-top: 140px;
}</pre></body></html>