@media print {
  body {
	   width: 100%
      color: #000;
      background: #fff; 
      font-family:Calibri, sans-serif;
  }
   nav, aside, footer {display: none;}
   img {max-width: 60% !important;}
 
}