.language {
  transition: all 1s ease;
  margin: 0 10px;
  cursor: pointer;
}

.language:hover, .language.active {
  color: #000;
  font-weight: bold;
}

.download {
  background-color: #fff;
  padding: 10px;
  border-radius: 50px;
  width: 150px;
  height: 50px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
}

.download i {
  font-size: 24px;
  margin-right: 5px;
}