/*.tag-cloud span {
  display: inline-block;
  margin: 5px;
  color: #2b66d5;
  cursor: default;
  transition: transform 0.2s ease;
}
.tag-cloud span:hover {
  transform: scale(1.2);
  text-decoration: underline;
}
*/

.tag-cloud a {
  text-decoration: none;
  margin: 5px;
  color: #2b66d5;
  /*font-weight: bold;*/
  display: inline-block;
  transition: transform 0.2s ease;
}
.tag-cloud a:hover {
  /*transform: scale(1.2);*/
  text-decoration: underline;
}
