@media print {
    header,section {
      display: none;
    }
    #hiddenPrint {
      display: block !important;

    }
  }