.legal-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
  color: #000000;
  font-size: 1rem;
  line-height: 1.8;
}

.legal-content h2 {
  color: rgb(34, 93, 255);
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-content a {
  color: #00c0fa;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}
