#main-text {
  max-width: 820px;
  margin: 40px auto 60px;
  padding: 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.75;
  color: #2b2b2b;
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#main-text h1 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  color: #1a1a2e;
  text-align: left;
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 3px solid #6a2c91;
}
#main-text h2 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  color: #6a2c91;
  text-align: left;
  margin: 44px 0 16px;
}
#main-text h3 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  color: #3a3a55;
  text-align: left;
  margin: 32px 0 12px;
}
#main-text p {
  margin: 0 0 20px;
}
#main-text ol {
  margin: 0 0 24px;
  padding-left: 26px;
}
#main-text ol li {
  margin-bottom: 10px;
  padding-left: 6px;
}
#main-text a {
  color: #6a2c91;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#main-text a:hover {
  color: #4a1e66;
}