.legal-content {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.legal-content h1 {
  color: #2c3e50;
  border-bottom: 3px solid #3498db;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.legal-content h2 {
  color: #34495e;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.4em;
}

.legal-content h3 {
  color: #2c3e50;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.2em;
}

.legal-content p {
  margin-bottom: 15px;
  text-align: justify;
}

.legal-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content a {
  color: #3498db;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

.back-to-home {
  text-align: center;
  margin: 40px 0;
}

.back-to-home a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.back-to-home a:hover {
  background-color: #2980b9;
}

.logo-link {
  display: block;
  text-align: center;
  margin: 30px 0;
}

.logo-link img {
  max-width: 200px;
  height: auto;
}
