body {
  background: #0f172a;
  color: #fff;
}

.card {
  background: #1e293b;
  border-radius: 16px;
  transition: 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.text-muted {
  color: #94a3b8 !important;
}

h1 {
  letter-spacing: 2px;
}

