.eler {
    font-size: 1.5vw;
    padding-left: 2vw;
}

.urlap {
    border: 1px solid black;
    width: 70%;
    margin: auto;
    margin-top: 3vw;
    box-sizing: border-box;
    border-radius: 1vw;
    font-size: 1vw;
    padding-left: 2vw;
    justify-content: space-evenly;
    margin-bottom: 10vw;
}

.ugrasatartalomra {
    position: absolute;
    left: -10000px;
    font-size: larger;
}

.ugrasatartalomra:focus{
    position: static;
    width: auto;
    height: auto;
}

#csapatjatekos {
    margin-top: 4em;
}

.gombok {
    text-align: center;
    margin-bottom: 2vw;
    margin-top: 2vw;
}

input[type="submit"], input[type="reset"] {
    font-size: 1.5vw;
    border-radius: 0.4vw;
    cursor: pointer;
    margin: 1vw;
}

.jel {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 3vw;
}

#nev {
    width: 50%;
    height: 2em;
}

#indoklas {
    width: 50%;
    height: 7em;
}

#telefon {
    width: 30%;
    height: 2em;
}

#nagybetu {
    padding: 12px 24px;
    font-size: 25px;
    font-weight: bolder;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    background-color: red;
    text-align: center;
    float: right;
}
body.nyomas {
  color: black;
  font-weight: bold;
}
body.nyomas input {
    background-color: rgb(134, 134, 15);
}
body.nyomas textarea{
    background-color: rgb(134, 134, 15);
}
body.nyomas form {
  font-size: 30px;
}
body.nyomas p {
  font-size: 45px;
}
body.nyomas .rolunk {
  font-size: 80px;
}