.main-page {
  background-color: var(--background-color);
  color: var(--text-color);
}
.main-page .section-title {
  color: var(--title-color);
}