@media print {
  .site-header,
  .site-footer,
  .search-overlay,
  .hero-actions {
    display: none !important;
  }

  body {
    background: #000000;
    color: black;
  }

  a {
    color: black;
    text-decoration: none;
  }
}
