body {
  overflow-x: hidden;
}

@media print {
  body {
    display: none !important;
  }
}