body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-image: url(images/Paper-Texture-6.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
  #gallery{
    border-radius: 10px;
    color: #e3e3e3;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  
  header {
    background: #333;
    color: #fff;
    padding: 1em;
    text-align: center;
  }
  #about
  {
    
  }

  #kuldes{
    background-color: rgb(255, 177, 94) !important;
    color: rgb(49, 49, 49);
  }
  #contact{
    border-radius: 10px;
    margin-top:2em;
    background-image: url(images/hatter.jpg);
    background-attachment: fixed;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  nav ul {
    list-style: none;
    padding: 0;
  }
  
  nav li {
    display: inline;
    margin: 0 1em;
  }
  
  nav a {
    color: white;
    text-decoration: none;
  }
  
  section {
    padding: 2em;
    max-width: 1000px;
    margin: auto;
  }
  
  .gallery {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;

  }
  
  .gallery img {
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  }
  
  form input, form textarea {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    padding: 0.5em;
  }
  
  button {
    padding: 0.5em 1em;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  
  #bemutatkozas{
    background-color: whitesmoke;
    border-radius: 20px;
    padding:2em;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  }

  footer {
    text-align: center;
    padding: 1em;
    background: #eee;
    margin-top: 2em;
    background-image: url(images/hatter.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
  .contact-info{
    text-shadow: ;
  }

  body {
    scroll-behavior: smooth;
  }
  img {
    transition: transform 0.3s ease;
  }
  img:hover {
    transform: scale(1.05);
  }

  .profilkep{
    width: 300px;
    border-radius: 50%;
  }
  
  @media (max-width: 800px) {
    .profilkep {
        margin-left:20%;
      width: 200px;
      border-radius: 50%;
    }
  }

  .navv{
    background-image: url(images/hatter.jpg);
    background-size: cover;
    background-attachment: fixed;
  }

