
/**for printing*/
@media print{
  /* .header, .header-space,
  .footer, .footer-space {
    height: 100px;
  } */
  .header {
    position: fixed;
    top: 0;
    border-bottom: 1px solid black;
    width:100%;
  }
  .footer {
    position: fixed;
    bottom: 0;
    border-top: 1px solid black;
    width: 100%;
  }
  .page-border{
    position: fixed;
    height: 100vh;
    width:100%;
    border: 1px solid black;
    border-radius: 1em;
  }
 
}
div {
  break-before: always;
}




