@media print {
  html,
  body,
  body * {
    display: none !important;
    visibility: hidden !important;
  }
}
