#thanks-title {
  align-self: center;
  text-align: center;
  max-width: 34rem;
  font-size: 3.2em;
  color: var(--header-color);
  margin-bottom: 1rem;
}

#thanks-note {
  align-self: center;
  font-size: 1.4rem;
  line-height: 1.9rem;
  max-width: 25rem;
  text-align: center;
}
