@media print {
    html, body {
       display: none;  /* hide whole page */
    }
}