.results-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 20px;
}

.results-chart {
    width: 50%;
    height: 100%;
    margin-left: 20px;
}

.results-chart canvas {
  width: 100% !important;
  height: auto !important;
}

.results-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}