#klubwm {
    cursor: pointer;
}
#klubwm img {
    transition: filter 0.3s ease;
}

#klubwm:hover img {
    filter: brightness(80%); /* Zmniejsza jasność o 20% */
}
#bbdonate {
    cursor: pointer;
}
#bbdonate img {
    transition: filter 0.3s ease;
}

#bbdonate:hover img {
    filter: brightness(80%); /* Zmniejsza jasność o 20% */
}
#zlotoorla {
    cursor: pointer;
}
#zlotoorla img {
    transition: filter 0.3s ease;
}

#zlotoorla:hover img {
    filter: brightness(80%); /* Zmniejsza jasność o 20% */
}
#siberica {
    cursor: pointer;
}
#siberica img {
    transition: filter 0.3s ease;
}

#siberica:hover img {
    filter: brightness(80%); /* Zmniejsza jasność o 20% */
}
#wisia {
    cursor: pointer;
}
#wisia img {
    transition: filter 0.3s ease;
}

#wisia:hover img {
    filter: brightness(80%); /* Zmniejsza jasność o 20% */
}
#imageModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

#modalClose {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

#modalImage {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 100%;
}

