.legal-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.legal-header {
  text-align: center;
  margin-bottom: 20px;
}

.legal-header h1 {
  font-size: 2.5em;
  color: #333;
}

.legal-content {
  margin-bottom: 20px;
  max-width: 30%;
}

.legal-section {
  margin-bottom: 20px;
}

.legal-section h2 {
  font-size: 1.5em;
  color: #555;
}

.legal-section p {
  font-size: 1em;
  line-height: 1.6;
  color: #666;
}

.legal-footer {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.legal-footer p {
  font-size: 0.9em;
  color: #999;
}
