.tarot-container {
  text-align: center!important;
  padding: 20px;
  font-family: sans-serif;
  background: blue!important;
}

.tarot-result {
  margin-top: 20px;
}

#tarot-card-img {
  width: 320px;
  height: 570px;
  object-fit: cover; /* ปรับให้ภาพพอดีกับขนาด */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

#tarot-card-name {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}