body {
  font-family: 'Segoe UI', sans-serif;
  background: #0505b62e;
}

.hero {
  height: 70vh;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
}

.login-page {
  background: linear-gradient(135deg, #ff512f, #dd2476);
}

.card {
  border-radius: 15px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.index.html{
  background-color: chartreuse;
}