body {
  background-color: #f0f8ff; /* Cor de fundo clara */
}

.section-title {
  background-color: #007bff; /* Azul tecnológico */
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
}