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;
}

.video {
    text-align: center;
    padding: 20px;
}

section {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

h2 {
    color: #e74c3c;
}

footer {
    text-align: center;
    padding: 10px;
    background: #eee;
    margin-top: 20px;
}

.tortoise {
    text-align: center;
    padding: 20px;
}

.tortoise img {
    max-width: 100%;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.map {
    padding: 20px;
    text-align: center;
}
