@media print {
  nav, footer, video {
    display: none;
  }

  body {
    color: black;
    background: white;
    font-size: 12pt;
  }
}