.centeredNpc {
  background: #ececec;
  border: 2px solid #000000;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 5px 5px 5px 5px;
  margin: 5px;
  width: fit-content;
  height: fit-content;
  z-index: 8;
}

.textAlignCenter {
  align-items: center;
}

.FlexRow {
  display: flex;
  flex-direction: row;
  align-items: center;
}

