.lista-container {
  max-width: 900px;
  margin: 1rem auto;
  padding: 1rem;
  font-family: 'Segoe UI', sans-serif;
}

.lista-container h1 {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
  color: #1e1e2f;
}

.item-card {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.item-card h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #1e1e2f;
}

.item-card p {
  font-size: 16px;
  color: #555;
}

.item-imagem {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
