@media print {
  body {
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    margin: 1cm;
  }
  .skip-link {
    display: none;
  }

  .navbar,
  header,
  footer,
  video {
    display: none !important;
  }
  img {
    transform: scale(0.5);
  }
  a {
    text-decoration: none;
    color: #000;
  }

  @page {
    size: A4;
    margin: 1cm;
  }
}
