<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css styles */
.justify {
    text-align: justify !important
  }
.right {
    text-align: right !important
  }
.left {
    text-align: left !important
  }
body {
    text-align: justify;
}


.title {
  font-size: 30pt !important;
}
.subtitle {
  font-size: 35pt !important;
}

</pre></body></html>