*{
  margin: 0;
  padding: 0;
}
body{
  font-family: 'Itim', sans-serif;
  width: 100%;
  height: 100vh;
  background-image: url('hatlap.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-left: 8%;
  padding-right: 8%;
  box-sizing: border-box;
  
}

header{
  height: 15%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.logo{
  width: 200px;
  cursor: pointer;

}
nav{
  text-align: center;
  flex: 1;
}
.nav a{
  padding: 6px 20px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
}

.content{
  text-align: center;
  margin-top: 12%;
}

.content h1{
  font-size: 20px;
  color: rgb(0, 0, 0);
}


.gomb{
  cursor: pointer;
  color:#000000;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 10px 30px;
  border: 2px solid black;
  background: transparent;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  margin: 40px 8px;
}

.gomb a{
  color: rgb(0, 0, 0);
}

.kép{
  border: 1px solid black;
  object-fit: cover;
  border-radius: 50%;
  margin:0 0 80px 80px ;
  margin-top: 10%;
  width: 200px;
  height: 200px;
}

.kép2{
  border: 1px solid black;
  display: block;
  margin:0 0 20px 20px ;
  width: auto;    
  height:   auto;
}

p{
  color: white;
  font-size:29px;
  font-family: "Itim", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke: 1px black;
}

h1{
  font-size: 30px;
  font-family: "Itim", serif;
  color: white;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke: 1px black;
}

.lii{
  font-size:20px;
  font-family: "Itim", serif;
  font-weight: 400;
  font-style: normal;
}

table,th,td{
  border: 2px solid black;
  border-collapse: collapse;
  text-align: center;
  font-size: 20px;
  padding:2px;
}

.form-container {
  background-image: url('hatlap.png');
  color: #000000;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 300px;
}

.form-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.form-container label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-container input,
.form-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
}

.form-container textarea {
  resize: none;
  height: 80px;
}

.form-container button {
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

.form-container button:hover {
  background-color: #666;
}

.form-container p {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.form-container a {
  color: #1e90ff;
  text-decoration: none;
}

/* RÓLAM OLDAL */

.rolam{
  font-size: 100px !important;
  margin:0 0 20px 50px;
  text-align: center;
}

.envok{
  font-size: 30px; 
  line-height: 1.5; 
  text-align: justify;
}

/* GÉPEM OLDAL */

.kozep{
  display: flex; /* Flexbox bekapcsolása */
  justify-content: center; /* Középre igazítás */
  gap: 20px; /* Távolság az elemek között */
  list-style: none; /* Lista pontok elrejtése */
  padding: 0;
  margin: 40px;
}
.pc{
  margin-right: 0px;
  font-size: 50px !important;
}

.monitor-title {
  margin-left: -100px; /* Mozgatás balra */
  font-size: 50px !important;
}
.periferiak{
  font-size: 50px !important;
}

/* MUNKÁK OLDAL */
.mikkel{
  font-size: 50px !important;
  -webkit-text-stroke: 1px black;
}
@media (max-width: 768px) {
  body {
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo {
    width: 100px;
  }

  .nav a {
    font-size: 16px;
  }

  .content h1 {
    font-size: 20px;
  }

  .gomb {
    font-size: 16px;
    padding: 8px 20px;
  }

  p {
    font-size: 14px;
  }

  .kép {
    width: 200px;
    height: 200px;
  }

  h1 {
    font-size: 20px;
  }

  .monitor-title {
    margin-left: 0; 
    font-size: 30px; 
  }
}

@media (max-width: 480px) {
  .content {
    margin-top: 8%;
  }

  .nav a {
    font-size: 14px;
    margin-left: 10px;
  }

  .gomb {
    font-size: 14px;
    padding: 6px 15px;
  }

  p {
    font-size: 12px;
  }

  .kép {
    width: 160px;
    height: 160px;
  }
}
