.app .language-select {
  flex-direction: column;
  position: relative;
  background-color:#ffffff55;
  padding:5px 10px;
  border-radius: 15px;
  margin: 10px 0px;
}

.app .language-select button.link {
  font-size: 1.2em;
}

.app .language-select ul {
  position: absolute;
  top: 20px;
  padding-top: 10px;
  left: 0;
  flex-direction: column;
  display: none;
  z-index: 2;
  font-size: 1em;
  align-items: flex-start;
  line-height: 30px;
}

.app .language-select:hover ul {
  display: flex;
}