@media print {
  header, nav, .sidebar, .btn, video {
    display: none !important;
  }
  
  img {
    max-width: 100px;
    height: auto;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.3;
    color: black;
    background: white !important;
    margin: 0.5cm;
  }

  main, #doboz {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  a::after {
  content: " (" attr(href) ")";
  font-size: 10pt;
  color: black;
}

* {
  color: black !important;
  background: transparent !important;
}
}