select {
  padding: 5px;
}

#translate {
  align-items: center;
  flex-direction: column-reverse;
  position: fixed;
  top: 5rem;
  right: 0;
  display: flex;
  justify-content: right;
  z-index: 99;
}

#translate label {
  text-align: center;
  font-size: 0.7rem;
  color: #4086fc;
}

#language-select {
  font-size: 0.7rem;
}

#google_translate_element {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f0f0f0;
}

#language-select {
  font-size: 10px;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  #translate {
    position: fixed;
    top: 4rem;
  }
}
