
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #fdfdfd;
    color: #333;
}
header {
    background: #222;
    color: white;
    padding: 20px;
    text-align: center;
}
.logo {
    max-height: 100px;
}
nav ul {
    list-style: none;
    padding: 0;
}
nav ul li {
    display: inline;
    margin: 0 15px;
}
nav ul li a {
    color: white;
    text-decoration: none;
}
section {
    padding: 20px;
}
.gallery-item {
    text-align: center;
}
.gallery-item img {
    max-width: 80%;
    height: auto;
}
.poem {
    margin-top: 15px;
    font-style: italic;
    line-height: 1.6;
}
footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 10px;
}
