
@media print{
  body{
      zoom: 50%;
  }
  a[href]:after{
      content:"" !important;
  }
}
