
body {
    font-family: "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
    background: #fdfaf6;
    color: #333;
}

header {
    background: #e74c3c;
    color: white;
    padding: 20px;
    position: relative;
}

.header-title {
    text-align: center;
}

.language-switcher {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0.9em;
}

.language-switcher a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
}

.language-switcher a:hover {
    text-decoration: underline;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

.gallery figure {
    text-align: center;
}

.gallery img {
    width: 100%;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.gallery figcaption {
    font-size: 0.9em;
    margin-top: 5px;
    color: #555;
}

section {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

section p {
    text-align: left;
}

h1 {
    text-align: center;
    color: white;
}

h2, h3 {
    text-align: center;
    color: #e74c3c;
}
footer {
    text-align: center;
    padding: 10px;
    background: #eee;
    margin-top: 20px;
}

.gallery figure,
.video,
.map {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.center-image {
    display: block;
    margin: 20px auto;
}
