@media print {
  html, body {
    display: none;
  }
}