body {
  font-family: "Inter", sans-serif;
  background: radial-gradient(ellipse 60% 30% at center top, rgb(0, 7, 105),rgb(0, 3, 29));
  color: white;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05); /* leve transparência */
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.main-title {
  text-align: justify;
}

.text2 h1 {
  text-align: center;
  font-size: 2.7rem;
  margin-bottom: 30px;
  color: #ffffff;
}

.text2 h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  color: #ffffff;
}

.text2 h3 {
  margin-top: 25px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  color: #c3c3c3;
}

.text2 p, .text2 li {
  font-size: 1.5rem;
  line-height: 1.75;
  color: #e0e0e0;
}

.text2 ul {
  margin-left: 20px;
  padding-left: 20px;
  list-style: disc;
}

a {
  color: #81cfff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
