@media print {  
  .header,
  .footer,
  h1,
  .btn {
    display: none;
  }
  body {
    font-size: 14px;
  }
}