body {
    font-size: 16px;
}
.totalWidth {
  width: 1200px;
}

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

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

.boxLabel {
  font-size: 18px;
  text-align: start;
  text-decoration: underline;
}





