.pill {
  color: #fff;
  border-radius: 13px;
  display: inline-block;
  font-family: Google Sans;
  font-weight: 500;
  font-size: 14px;
  margin: 1px;
  padding: 1px 7px;
  white-space: nowrap;
}

.pill a {
  display: inline;
  margin: 0;
  text-decoration: none !important;
}

.pill a:hover {
  filter: brightness(75%);
}

.attribute,
.release {
  background-color: #ff8569;
}

.content {
  background-color: #c798d6;
}

.coverage {
  background-color: #341811;
}

.macro {
  background-color: #e59849;
}

.phase {
  background-color: #1d7db3;
}

.program {
  background-color: #3e766d;
}

.tool {
  background-color: #9d75ab;
}