@charset "UTF-8";

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