body {
  background: #fff4ef;
  font-family: "Georgia", serif;
  text-align: center;
}

h1 {
  color: #f28ca8;
}

.subtitle {
  color: #777;
  margin-bottom: 30px;
}

.container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.card {
  background: #ffece4;
  padding: 25px;
  border-radius: 20px;
  width: 300px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}

label {
  display: block;
  text-align: left;
  margin-top: 10px;
}

input, select {
  width: 100%;
  padding: 8px;
  border-radius: 10px;
  border: none;
  margin-top: 5px;
}

button[type="submit"] {
  margin-top: 15px;
  padding: 10px;
  width: 100%;
  background: #6fc6c3;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background: #5bb5b2;
}

.members {
  background: #fde7ef;
}
