body {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

@media print {
  body,
  html {
    background-color: #fff !important;
    -webkit-print-color-adjust: exact;
  }

  body * {
    visibility: hidden;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
  .print-section,
  .print-section * {
    visibility: visible;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .print-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .grid-view {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-one .print-section *:not(h2):not(h3):not(h4):not(h5):not(h6){
    font-size: x-large !important;
  }
 
  .page-one .print-section .mainHeader {
    font-size: 44px !important;
  }
  .page-one .print-section .secondaryHeader {
    font-size: 32px !important;
  }
  .page-one .print-section .lightheader {
    font-size: 23px !important;
  }
}
