@media print {
  body * {
    visibility: hidden;
    /* display: none !important; */
  }

  .navbar,
  .navbar * {
    visibility: hidden;
    display: none !important;
  }

  .ps,
  .ps * {
    visibility: hidden;
    display: none !important;
  }

  #section-to-print,
  #section-to-print * {
    visibility: visible;
  }

  #section-to-print {
    background-color: none !important;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .printableArea {
    visibility: visible
  }
}
