/* info.css */
.info-box {
  background: rgba(0, 0, 0, 0.7);
  border: 3px solid #b8860b;
  border-radius: 15px;
  padding: 30px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  min-height: 400px;
}

.info-box h2 {
  color: #ffd700;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'MedievalSharp', cursive;
  font-size: 2.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid #b8860b;
  padding-bottom: 15px;
}

.info-section {
  margin-bottom: 30px;
}

.info-section h3 {
  color: #ffd700;
  margin-bottom: 15px;
  font-family: 'MedievalSharp', cursive;
}

.description-text {
  color: #fff;
  line-height: 1.6;
  font-size: 1.1rem;
  padding: 0;
}
.description-text {
  color: #fff;
  line-height: 1.6;
  font-size: 1.1rem;
  padding: 0;
  text-align: center; /* Centraliza o texto */
}