.lang-switch {
  position: absolute;
  top: 16px;
  right: 16px;
}
.lang-switch a, .lang-switch button {
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
}
.lang-switch a + a, .lang-switch button + button {
  margin-left: 8px;
}
