.lang-picker {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 4rem;
}
.lang-picker a {
  color: #fff;
}
.lang-picker a:hover {
  color: #098561;
}
.lang-active {
  font-weight: bold;
  color: #098561;
}