.terms-container {
  max-width: 700px;
  margin: auto;
  padding: 16px;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.terms-container h1 {
  font-size: 1.75em;
  margin-bottom: 0.5em;
}

.terms-container h2 {
  font-size: 1.3em;
  margin-top: 1.5em;
}

.terms-container a {
  color: cyan;
  text-decoration: underline;
}

.terms-container p {
  margin: 0.75em 0;
}

