/* You can add global styles to this file, and also import other style files */

@page {
  size: A4;
  margin: 2cm 0;
  position: relative;

  @bottom-left-corner {
    content: "5";
    background-color: #22543d;
    color: #fff;
    text-align: center;
  }
}

@page :first {
  margin: 0;
  background-color: #1f6d72;
}
