@media print {
  body {
    margin: 0;
    padding: 0px;
    height: auto;
  }
}

@page {
  /* margin: 2.54cm 1.91cm; */
}