body {
    font-family: 'Times New Roman', Times, serif;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    background-image: url(kepek/hatter.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ugrasatartalomra {
    position: absolute;
    left: -10000px;
    font-size: larger;
}

.ugrasatartalomra:focus{
    position: static;
    width: auto;
    height: auto;
}

.rolunk {
    font-size: 3vw;
    margin: 20px 0 20px 200px;
    padding: 0;
    text-align: center;
}

.keret {
    background: white;
    margin-top: 6vw;
    max-width: 1400px;
    width: 90%;
    height: auto;
}

.navigacio {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    right: 0;
    height: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(151, 229, 236);
    border-bottom: 1px solid black;
}

figcaption {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.5vw;
    margin-top: 0.5vw;
    margin-bottom: 3vw;
}

.navigacio img {
    position: absolute;
    left: 10px;
    height: 80%;
    background-color: black;
}

.felesdiv {
    display: flex;
}

.feles {
    flex: 1;
    padding: 20px;
    font-size: 170%;
    line-height: 1.6;
    letter-spacing: 0.6px;
}

.linkek {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
    font-size: large;
}
.linkek a {
    padding: 10px 4% 10px 4%;
    display: flex;
    text-decoration: none;
    font-size: x-large;
    color: black;
    border-left: 1px solid black;
}

.linkek a:hover {
    background-color: rgb(168, 165, 165);
}

.linkek a.active {
    font-size: xx-large;
    font-weight: bolder;
    text-decoration: underline;
}

.link2 {
    font-size: 1.5vw;
    text-align: center;
    margin-top: 1vw;
    margin-bottom: 2vw;
    margin-bottom: 10vw;
}
.link2 a {
    color: purple;
}

.link2 a:visited {
    color: rgb(165, 84, 165);
}

.link2 a:hover{
    background-color: rgb(209, 185, 153);
    color: darkblue;
    padding: 0.5vw;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    border-radius: 0.5vw;
}

.nagy {
    left: 10px;
    width: 60%;
    margin: auto;
    display: block;
    background-color: black;
    border-radius: 5%;
    border: 6px solid black;
}

.feles img {
    width: 70%;
    display: block;
    margin: 0 auto;
    border-radius: 5%;
    border: 6px solid black;
}

.also {
    font-size: 1.9vw;
    text-align: center;
}

footer {
    font-size: 0.8vw;
    font-family: 'Roboto', Helvetica, sans-serif;
}



#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 {
  font-size: 50px;
  color: black;
  font-weight: bold;
}
body.nyomas .keret {
    background-color: rgb(173, 173, 0);
}
body.nyomas .felesdiv {
    font-size: 20px;
}
body.nyomas button {
  background-color: red;
  color: black;
  font-weight: bolder;
}
body.nyomas figcaption {
    font-size: 70px;
}
