main{
  display:flex;
  flex-wrap:wrap;
  width:300px;
}
.square {
  background: #ccc;
  width:10px;
  height:10px;
}
.square.active {
  background-color: black;
}
.bin