main {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  section#chart {
    order: 5;
  }
}
