.uzenet-szekcio {
  background-color: #0f0f0f;
  padding: 4rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 12px;
}

.uzenet-cim {
  text-align: center;
  color: #9f7e46;
  font-size: 2rem;
  margin-bottom: 4rem;
  position: relative;
}



.form-wrapper iframe {
  width: 100%;
  height: 80rem;
  border: none;
  border-radius: 10px;
  background-color: white;
}

@media (max-width: 992px) {
  .form-wrapper iframe {
    width: 100%;
    height: 85rem;
    border: none;
    border-radius: 10px;
    background-color: white;
  }
}

body {
  padding-top: 1rem;
  background-color: #0f0f0f;
}



.hangjegyes-elvalaszto .violinkulcs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0f0f0f;
  /* hogy kitakarja a vonalat */
  padding: 0 12px;
  font-size: 2rem;
  color: rgb(159, 126, 70);
  z-index: 1;
  line-height: 1;
  user-select: none;

}

.violinkulcs {
  font-size: 2rem;
  color: rgb(159, 126, 70);
}

.hangjegyes-elvalaszto {
  position: relative;
  width: 60%;
  height: 2px;
  background-color: rgb(159, 126, 70);
  margin: 4rem auto;
}

.violinkulcs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0f0f0f;
  /* hogy kitakarja a vonalat */
  padding: 0 12px;
  font-size: 2rem;
  color: rgb(159, 126, 70);
  z-index: 1;
  line-height: 1;
  user-select: none;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 8px rgba(159, 126, 70, 0.7);
}