body {
  font-family: sans-serif;
  background: #f4f4f4;
  color: #222;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 700px;
  margin: 5vh auto;
  padding: 2rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

ul {
  margin-top: 1rem;
  padding-left: 1.2rem;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #555;
  text-align: center;
}

.lang-switcher {
  text-align: right;
  margin-bottom: 1rem;
}

.lang-switcher button {
  margin-left: 0.5rem;
  padding: 0.3rem 0.7rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: white;
  cursor: pointer;
}

.lang-switcher button:hover {
  background: #eee;
}
