.bosses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 32px;
}

.bosses img {
  width: 96px;
  height: 96px;
  border: 1px solid #fff;
  border-radius: 8px;
  margin: 4px 1px;
}

.bosses img.done {
  filter: grayscale(1);
  opacity: 0.5;
}

#weapons {
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2em;
  padding-left: 1em;
}
