body {
  background: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
}

.navbar {
  background: #0f2027;
}

.dashboard {
  margin-top: 100px;
}

.stat-card {
  padding: 25px;
  border-radius: 15px;
  border: none;
  background: white;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  text-align: center;
}

.stat-card h2 {
  color: #5B2C6F;
  font-weight: bold;
}

.btn-main {
  background: #5B2C6F;
  color: white;
  border-radius: 30px;
  padding: 10px 25px;
}

.btn-main:hover {
  background: #4a235a;
}

.btn-outline-main {
  border: 2px solid #5B2C6F;
  color: #5B2C6F;
  border-radius: 30px;
  padding: 10px 25px;
}

.btn-outline-main:hover {
  background: #5B2C6F;
  color: white;
}