body {
    font-family: tahoma, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.8;
    background: #f9f9f9;
    color: #333;
}

header {
    background: #007B55;
    color: #fff;
    padding: 20px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 28px;
}

.gallery {
    padding: 20px;
    text-align: center;
}

.gallery h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.images {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.images img {
    width: 45%;
    max-width: 400px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.seo-text {
    padding: 20px;
    max-width: 900px;
    margin: auto;
    text-align: justify;
}

.seo-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

footer {
    background: #007B55;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}
