h3 {
    font-size: 1.5vw;
    text-align: center;
    margin-bottom: 0;
}

table {
    margin: auto;
    text-align: center;
    font-size: 2vw;
    border: solid black 0.1vw;
    border-collapse: collapse;
    padding: 1vw;
}

.cap {
    font-size: 45px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}

details {
    text-align: center;
    font-size: 200%;
}

th, td {
    border: solid black 0.1vw;
    text-align: center;
    padding: 12px;
}

.link3 {
    text-align: center;
    font-size: 1vw;
    margin-top: 1.5vw;
}
.ugrasatartalomra {
    position: absolute;
    left: -10000px;
    font-size: larger;
}

.ugrasatartalomra:focus{
    position: static;
    width: auto;
    height: auto;
}
.link3 a {
    font-size: 1.4vw;
    color: purple;
    border: 0.6vw solid transparent;
    padding: 4px 8px;
}

.link3 a:hover{
    background-color: rgb(209, 185, 153);
    color: darkblue;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    border-radius: 0.5vw;
}

.link3 a:visited {
    color: rgb(165, 84, 165);
}

p.ne {
    display: inline;
}

.hir {
    width: 60%;
    margin: auto;
    text-align: center;
    border: 6px solid rgb(211, 179, 0);
    background-color: rgb(231, 204, 171);
    margin-top: 100px;
    padding: 20px;
}

.hir h1 {
    font-size: 40px;
}

.hir p {
    font-size: 30px;
}

aside {
    margin: auto;
    background-color: #ff6464;
    border: 6px solid rgb(182, 0, 0);
    width: 70%;
}


#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 p {
  font-size: 45px;
}
body.nyomas .rolunk {
  font-size: 80px;
}