main {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
  color: #eee;
  line-height: 1.7;
}

h1, h2, h3 {
  color: #4f46e5;
  margin-bottom: 1rem;
}

h1 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

section {
  margin-bottom: 2rem;
}

p, ul {
  text-align: justify;
  text-indent: 1.2em;
  margin-bottom: 1rem;
}

ul {
  padding-left: 1.5em;
  text-indent: 0;
}

ul li {
  margin-bottom: 0.5rem;
}

section.clauses-finales {
  color: #f44336;
}

footer {
  text-align: center;
  padding: 1rem 0;
  color: #888;
}
