#theme-page .theme-page-wrapper .theme-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.theme-content,
.theme-content h2,
.theme-content h3,
.theme-content h4,
.theme-content p,
.theme-content a,
.theme-content li,
.theme-content strong {
  font-family: 'Times New Roman';
  color: #000000;
}

.theme-content strong {
  font-weight: bold;
}

.theme-content,
.theme-content p,
.theme-content a,
.theme-content li,
.theme-content strong,
.theme-content h4 {
  font-size: 1.6rem;
}

.theme-content h3 {
  font-size: 2rem;
}

.theme-content h2 {
  font-size: 2.4rem;
}