.lidmaatschap-section {
  padding: 60px 20px;
  background: url('../afbeeldingen/lidmaatschap.png') no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
}


.lidmaatschap-section h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.lidmaatschap-section p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 40px;
}

.lidmaatschap-form {
  background: white;
  color: #2c5f2d;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  text-align: left;
}

.lidmaatschap-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.lidmaatschap-form input,
.lidmaatschap-form select,
.lidmaatschap-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 2px solid #97bc62ff;
  border-radius: 10px;
  font-size: 1rem;
}

.lidmaatschap-form button {
  background-color: #97bc62ff;
  color: #2c5f2d;
  padding: 12px 20px;
  border: none;
  border-radius: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.lidmaatschap-form button:hover {
  background-color: #2c5f2d;
  color: white;
}
