
body {
  background-color: #0d0d0d; 
  color: #f5f5f5;           
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'ArcaneNine';
  src: url('../fonts/ArcaneNine.otf') format('opentype');
}

h1 {
  font-family: 'ArcaneNine', serif;
  font-size: 2.5rem;
  color: #2cb67d;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  color: #2cb67d; 
}


section {
  margin: 40px 20px;
  padding: 20px;
  background-color: #1f1f1f;
  border-radius: 12px;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #141414;
  color: #888;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
    padding: 10px;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  section {
    margin: 20px 10px;
    padding: 15px;
  }
}

.skills {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 20px;
  align-items: center; 
  flex-wrap: wrap; 

}

.box {
  background-color: #2cb67d;
  color: #0d0d0d;
  padding: 20px;
  border-radius: 10px;
  flex: 1;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.box:hover {
  transform: scale(1.05);
}

.navbar {
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: #141414;
  padding: 20px;
  list-style: none;
  margin: 0;
}

.navbar a {
  color: #f5f5f5;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.navbar a:hover {
  color: #2cb67d;
}

.lathatatlan {
  display: none;
}

#elohely{
border-radius: 90px;
border-style: dashed;
size: 60px;
}

iframe{
  border-radius: 180px;
}
.lathatatlan {
  display: none;
}

.projekt {
  margin-bottom: 30px;
  background-color: #1f1f1f;
  padding: 20px;
  border-radius: 12px;
  color: #f5f5f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.projekt h3 {
  color: #2cb67d;
}

.bovebben {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #7f5af0;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.bovebben:hover {
  background-color: #5b3dc4;
}
.rejtett-projekt {
  display: none;
}

.projekt-reszlet {
  color: #aaa;
  font-style: italic;
}

