@import "/css/style.css";

.main-body {
  column-count: 3;
  column-gap: 40px;
}
h2 {
  column-span: all;
  text-align: center;
}