@media print {
  nav, footer, canvas, .splash-screen, [role="region"], [aria-label] {
    display: none !important;
  }
  body {
    color: #000 !important;
    background: #fff !important;
    font-size: 12pt !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
}
