body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
  line-height: 1.6;
}

.termos-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.termos-header {
  text-align: center;
  margin-bottom: 40px;
}

.termos-header h1 {
  font-size: 2.5rem;
  color: #222;
}

.termos-section {
  margin-bottom: 30px;
}

.termos-section h2 {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 10px;
}

.termos-section p {
  font-size: 1rem;
  color: #444;
  margin: 0;
}

.termos-footer {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #888;
}
