@page {
  size: A4;
  margin: 0 0 0.75cm; /* Adjust margins as needed */

  @bottom-right {
    content: "Page " counter(page) " of " counter(pages); /* Page number and total pages */
    font-size: 10px;
    color:rgba(0, 0, 0, 0.87);
    padding-right: 25px;
    padding-bottom: 20px;
  }
}

/* Ensure your main content flows within the defined margins */
body {
  font-family: Arial, sans-serif;
}

/* Adjust styles for better print layout if needed */
tr {
  break-inside: avoid;
}

thead {
  display: table-header-group;
}

tfoot {
  display: table-footer-group;
}