.chart-section { display: flex; justify-content: center; align-items: center;}
@media (max-width: 319px) {
  .chart-section { overflow-x: scroll; padding-left: 20px; }
  #pie-chart {
    min-width: 260px;
  }
}