body {
  margin: 0;
  font-family: "Josefin Slab", sans-serif;
  background-color: #f6f3e9;
}



.gallery {
  column-count: 1;
  column-gap: 16px;
  padding: 20px;
}

@media (min-width: 600px) {
  .gallery {
    column-count: 2;
  }
}

@media (min-width: 900px) {
  .gallery {
    column-count: 3;
  }
}

@media (min-width: 768px) {
  img {
    cursor: pointer;
  }
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.footer {
  width: 100%;
  text-align: center;
  
  background-color: #d1d9be;
  color: #333;
  margin-bottom: 20px;
}
.footer-kontakt{
  padding:30px;
  font-size: x-small;
}
h4 {
  text-align: center;
  padding-top: 10px;
  font-size: large;
 
  
}
@media screen and (max-width: 600px){
  .footer-kontakt{ 
    text-align: center;

  }

}
