.lang-switch {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
  }
  .lang-switch a {
    background-color: #eee;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
  }
  .lang-switch a:hover {
    background-color: #ccc;
  }
  