#lang-selector {
  position: fixed;
  right: 64px;
  top: 8px;
  display: flex;
  text-align: center;
  z-index: 9999;
}

#lang-selector a {
  color: black;
  font-weight: 700;
  margin-left: 12px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

#lang-selector img {
  height: 32px;
}