<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-section::before {
  content: "";
  display: block;
  height: 160px; /* Height of your fixed header */
  margin-top: -160px; /* Negative margin equal to the height of your header */
  visibility: hidden;
  pointer-events: none;
}</pre></body></html>