body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #f8f9fa;
  color: #212529;
}

.display-3 {
  font-weight: 700;
  letter-spacing: -1px;
}

.card {
  border: none;
  background-color: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.card img {
  object-fit: cover;
}

.card .h4 {
  font-weight: 600;
  margin-top: 1rem;
}

.card .border {
  border-color: #e9ecef !important;
  font-size: 0.95rem;
  color: #495057;
}

.rounded-circle {
  background-color: #f1f3f5;
}

body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  background-color: #fafafa;
  color: #222;
}

.character-card {
  height: 100%;
  min-height: 480px;        
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
}

.character-card .rounded-circle {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.character-card .h4 {
  font-weight: 600;
  margin-top: 1rem;
}

.character-card .border {
  font-size: 0.95rem;
  line-height: 1.4;
}

.character-card {
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
