@media print {
  /* print-specific styles here */
  body {
    display: none; /* Hides the entire page while printing*/
  }
}