/* print.css */
@media print {
    /* Hide header and sidebar */
    Header, Sidebar {
      display: none;
    }
  }