body {
  margin: 10px;
  text-align: auto;
}
#title {
  text-align: center;
}
.main {
  height: 100%;
}
.hero-image {
  height: 90px;
}

.character-option {
  /* display: flex; */
  /* justify-content: space-between; */
  /* height: 200px; */
  width: 100%;
  margin-bottom: 20px;
}

#characterSelector {
  margin: 0;
}

.col-8 {
  display: flex;
}
.hero-holder {
  height: 150px;
  border: solid 2px black;
  width: 13%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.enemy-container {
  text-align: center;
}

.pickedCharacter {
  text-align: center;
}
