.totalWidth {
  width: 1340px;
}

.flexContainer {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.flex-item {
  padding: 5px;
  margin: auto;
  text-align: center;
}

.plotSelector {
    display: flex;
    justify-content: space-around;
    font-size: 22;
}
