@media print {
  header, nav, footer, button {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 12pt;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}