@media print {
  .header, .footer, .navigation, .print-button {
    display: none;
  }
}
