body {
  background: #24272a;
}

.card {
  border-radius: 14px;
  border: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.project-row:hover {
  background: #f0f4ff;
  cursor: pointer;
}

.header-title {
  font-weight: 700;
  font-size: 1.8rem;
}

.login-card {
  max-width: 420px;
  margin: auto;
  margin-top: 8vh;
  padding: 2.5rem;
  border-radius: 16px;
  background: #f0f4ff;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.brand-title {
  font-weight: 700;
  font-size: 1.8rem;
}

#projectsignup {
  font-family: 'ABeeZee';
}

