.video {
    width: 100%;
    position: relative;
    margin: auto;
    display: block;
}
.link1 {
    font-size: 1.5vw;
    text-align: center;
    margin-top: 1vw;
    margin-bottom: 2vw;
}
.det {
    text-align: center;
    font-size: 20px;
}
.link1 p {
    display: inline;
}
.link1 a {
    font-size: 1.4vw;
    color: purple;
    border: 0.6vw solid transparent;
    padding: 4px 8px;
}
.link1 a:visited {
    color: rgb(165, 84, 165);
}
.link1 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: 1vw;
}
.ugrasatartalomra {
    position: absolute;
    left: -10000px;
    font-size: larger;
}
.ugrasatartalomra:focus{
    position: static;
    width: auto;
    height: auto;
}
.vonal {
    margin-bottom: 3cap;
    height: 0.1vw;
    width: 80%;
    background-color: #333;
}
.nagyon {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 30px;
    font-size: 160%;
    margin-bottom: 200px;
}
.nagyon img {
    border-radius: 10%;
    border: 5px solid black;
}
.negyes {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 10px;
}
.neve {
    font-size: 2vw;
    margin: 0;
    margin-top: 2vw;
    margin-bottom: 1vw;
}
q {
    font-style: italic;
}

section h2 {
    text-align: center;
}

#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;
}