#main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#scenario-container {
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: space-evenly;
}

#scenario-container h4 {
  text-align: center;
  margin: 0;
}

#input-container {
  margin: 20px;
}

#chart-container {
  width: 100%;
  max-width: 900px;
}

.input-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 2px;
}

.input-row input {
  width: 20%;
}