
  body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    background-color: #4a6741;
    color: white;
    text-align: center;
    padding: 20px;
}

nav {
    background-color: #333;
    text-align: center;
    padding: 10px;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
}

nav a:hover {
    color: #81b622;
    text-decoration: underline;
}

.tresc-strony {
    max-width: 800px;
    margin: 20px auto;
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
}

section {
    margin-bottom: 30px;
}

h2 {
    color: #4a6741;
    border-bottom: 2px solid #4a6741;
    padding-bottom: 5px;
}

.kontener-zdjec {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ramka-foto {
    border: 1px solid #bbb;
    padding: 10px;
    background: #fafafa;
    text-align: center;
    margin: 10px;
}

.ramka-foto img {
    max-width: 100%;
    height: auto;
}

.podpis {
    font-style: italic;
    margin-top: 5px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
}
