body {
    background-image: url(src/img/tlo_cmentarz.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

li > a > button {
width: 120px;
}

img {
    shape-margin: 10px;
}

#stopka {
    background-color: rgb(138, 138, 138);
}

#kontakt_tresc > div > div > div > div > img {
    max-width: 150px;
}
.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 100px;
    margin: 0 auto;
    padding: 20px 10px;
  }