body {
  zoom: 90%;
}
.language-icon {
  max-height: 4rem;
  border-radius: 3px;
}
@media screen and (max-width: 575px) {
  .desktop-only {
    display: none;
  }
}
