@media print {
  img {
    visibility: hidden;
  }
  * {
    background: white !important;
    color: black !important;
  }
}
