.tag-cloud {
  text-align: center;
  margin-top: 20px;
}
.tag-cloud-title {
  font-size: 1.8rem;
  text-align: center;
}
.tag-cloud-tags {
  text-align: center;
}
.tag-cloud a {
  display: inline-block;
  margin: 0 0.4rem;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
  line-height: normal;
  padding: 5px 5px 5px 10px;
  position: relative;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-image: none;
}
.tag-cloud a:hover {
  color: #2bbc8a !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-image: none;
}
