
@media print {
  nav, header, footer, aside, video {
    display: none;
  }
  body {
    color: black;
    background: white;
    font-size: 12pt;
  }
  img {
    max-width: 100px;
    height: auto;
  }
}
