
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: url('images/seafood_background_resized.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #fff;
}
section, header, footer, nav {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  margin: 10px;
  padding: 20px;
}
nav {
  text-align: center;
}
nav a {
  color: #fff;
  margin: 0 15px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
footer {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.language-toggle {
  text-align: center;
  margin: 10px;
}
.language-toggle a {
  color: #ffcc00;
  margin: 0 10px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.gallery img {
  width: 280px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
footer {
  text-align: center;
  font-size: 14px;
  background: #001f3f;
  color: #ccc;
  padding: 20px;
  margin-top: auto;
}
