.controls-wrapper {
  display: flex;
  flex-direction: column;
}

.controls-wrapper > div {
  padding-bottom: 1em;
}

.main-controls {
  display: flex;
  justify-content: space-evenly;
}

.controls-col {
  display: flex;
  flex-direction: column;
  align-items: start;
  line-height: 1.5;
}
