<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
  margin-bottom: -35px;
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) { 
  .header {
      margin-bottom: -15px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) { 
  .header {
      margin-bottom: -35px;
  }
}</pre></body></html>