* {
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}
a,
a:link,
a:visited{
  color: revert;
}
@media print {
  body {
    margin: 0.75in 1.25in 0.75in 1.25in;
  }
  main {
    font-size: 80%;
    margin: 0 auto;
  }
  h1, h2, h3, h4, h5, h6 {
    break-after: avoid-page;
    page-break-after: avoid;
  }
}