.credits {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  padding: 0px 5px;
  margin: 0 5px 5px 0;
  background: rgba(255, 255, 255, 0.6);
}
.credits a {
  color: black;
}
.tags-list {
  text-align: center;
  font-size: 13px;
  margin-bottom: 15px;
}
.tags-list .tag {
  background-color: #eee;
  padding: 5px 5px;
}
