body { margin: 0px; padding: 1rem; }
img { border: 5px solid #2e2e2e; }
.masonry-with-columns {
  columns: 6 280px;
  column-gap: 1rem;
  div {
    width: 300px;
    color: white;
    margin: 0.5rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: system-ui;
    font-weight: 900;
    font-size: 2rem;
  } 
}
