header {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  nav {
    background-color: #FE7743;
    padding: 1rem 0;
  }
  
  nav ul {
    display: flex;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  nav a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: background-color 0.3s;
  }
  
  nav a:hover {
    background-color: #EFEEEA;
  }
a.jatekcimsor {
  color: inherit}
  
a.jatekcimsor:visited {
  color: #797676;
}

a.jatekcimsor:visited h1 {
  color: #7e7a7a;
}