@media print {
  nav,
  footer,
  #sidebar,
  .no-print,
  #ecoindex-badge,
  .theme__font,
  .marquee,
  .hero__lines {
    display: none;
  }
  body {
    color: black;
    background: white;
  }
}