#tagscloud {
  width: 100%;
  height: 300px;
  position: relative;
  font-size: 13px;
  color: #1f314e;
  margin: 0 auto;
  text-align: center;
}

#tagscloud a {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #1f314e;
  font:
    400 "Lato",
    sans-serif;
  text-decoration: none;
  margin: 0 10px 15px 0;
  line-height: 18px;
  text-align: center;
  font-size: 13px;
  padding: 4px 12px;
  display: inline-block;
  border-radius: 50px;
}

#tagscloud a.tagc1 {
  background: #eb3333;
  color: #fff;
}

#tagscloud a.tagc2 {
  background: #149865;
  color: #fff;
}

#tagscloud a.tagc3 {
  background: #ffc424;
  color: #fff;
}

#tagscloud a.tagc4 {
  background: #435eef;
  color: #fff;
}

#tagscloud a:hover {
  color: #fff;
  background: #000000;
}
