body {
  background: linear-gradient(135deg, #0b0f14, #121826);
  color: #eaeaea;
  font-family: system-ui, sans-serif;
}

.text-gold {
  color: #d4af37 !important;
}

.navbar {
  background: rgba(0, 0, 0, 0.85);
  color: #d4af37; /* gold text */
}

.hero {
  min-height: 100vh;
  background: radial-gradient(circle at top, #1c2333, #0b0f14);
}

.profile-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #d4af37;
  box-shadow: 0 0 35px rgba(212,175,55,0.45);
}

