.dropZone {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  height: min(200px, 50vh);
}
