@media print {
  header,
  footer,
  .app__content > *:not(.qr-code) {
    display: none !important;
  }
}
