body {
  background-color: #f5f0e8;
  background-image: 
    linear-gradient(135deg, rgba(180,210,240,0.7) 0%, rgba(245,225,200,0.7) 50%, rgba(255,245,230,0.7) 100%);
  background-attachment: fixed;
  color: #1a1a1a;
}

.navbar {
  background: linear-gradient(90deg, rgba(100,160,220,0.85) 0%, rgba(200,120,180,0.85) 100%) !important;
}

.navbar .nav-link, .navbar-brand {
  color: #ffffff !important;
}
