body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.swim-lanes {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.lane {
  min-height: 500px;
  padding: 10px;
}

.task-card {
  cursor: move;
}