body {
  font-family: helvetica;
  font-size: 12px;
  outline: 1px solid lightgray;
}
span {
  height: max-content;
  width: max-content;
}
select {
  font-size: 12px;
}
.innerElem {
  background-color: lightblue;
}
.subTitleContainer {
  font-size: 15px;
  font-weight: bold;
}
.contentContainer {
  background-color: aliceblue;
  outline: 1px solid lightgray;
  overflow: scroll;
}
.overlay {
  position: absolute;
  top: 200px;
  left: 125px;
  width: 450px;
  height: 240px;
  border: 1px solid #bbb;
  border-radius: 1px;
  background-color: white;
  padding: 10px;
}
.infoContainer {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 450px;
  height: 170px;
  margin: 10px;
}
.textBold {
  font-weight: bold;
}
.textNormal {
  font-weight: normal;
}
