.visszajelzesek
{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}


section {
  margin-bottom: 2rem;
}


form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Ezzel középre igazíthatjuk a formon belüli elemeket */
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

input[type="email"],
textarea,
select {
  padding: 0.5rem;
  width: 100%;
  max-width: 500px;
}

.form-buttons {
  display: flex;
  gap: 1rem;
}

button {
  padding: 0.5rem 1rem;
  cursor: pointer;
}