.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #0e8ba1;
  box-shadow: 5px 5px 2px #aaaaaa;
  margin: 10px;
}

.chart-group {
  display: flex;
  justify-content: space-around;
  margin: 0 20px;
}

h2 {
  font-size: 36px;
}
