.columns {
    display: flex;
    justify-content: center; /* centers the row */
    gap: 20px; /* spacing */
    margin-top: 40px;
}
.draggable {
  cursor: default;
}
ul {
  list-style-type: none;
        margin: 0;
      padding: 0;
}
.max209 {
  max-width: 585px;
  max-height: 209px;
}