/* Example: css/print.css */
body {
  background: none !important;
  color: #000 !important;
}

.header,
.footer,
.nav {
  display: none !important;
}

@page {
  size: A4;
  margin: 1cm;
}
