body {
  background: #0e0e0e;
  font-family: 'Poppins', sans-serif;
}

.custom-image-set {
  display: block;
  margin: 150px auto 20px auto;
  width: 150px;
  max-width: 80%;
  border-radius: 50%;
  border: 3px solid #0d6efd;
  box-shadow: 0 0 15px rgba(13, 110, 253, 0.5);
}

.custom-heading1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 10px;
}

.custom-para {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}

form {
  background: #1b1b1b;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

form input,
form select {
  background: #111;
  color: #fff;
  border: 1px solid #333;
}

form input:focus,
form select:focus {
  background: #1f1f1f;
  border-color: #0d6efd;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.6);
}

footer {
  background-color: #181818;
  margin-top: 50px;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
}

footer a {
  color: #0d6efd;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
