@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

#footer {
    display: none;
}

