@media only print {
  html,
  body {
    background-color: white !important;
    background: white !important;
  }
}