.key {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
  padding-top: 10px;
}

.key__keyItem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 1rem;
}

.key_keyItemColor {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  /*border-radius: 50%;*/
  border: 2px solid #777;
} 

.key_keyItemLabel {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 0.5rem;
}
