/* Add your custom styles here */

body {
  font-family: sans-serif;
}

.language-item {
  display: none;
}

.language-item--active {
  display: block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

li {
  font-size: 14px;
  margin-left: 10px;
  list-style-type: circle;
}