.bg-image{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-image: url('Képek/bg2.png');
    background-size: cover;
    background-position: 61%;
    filter: brightness(60%);
    z-index: -1;  
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
}


