body {
  font-size: 12px !important;
}
h1 {
  font-size: 22px !important;
}
h2 {
  font-size: 18px !important;
}
h3 {
  font-size: 14px !important;
}
a[href]:after {
  display: none;
}
@page {
  size: A4;
  margin: 0;
  width: 1500px;
}
@media print {
  html,
  body {
    width: 210mm;
    height: 297mm;
    width: 1500px;
  }
}
