.container {
  height : 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
[class ^="box-"]{
    width: 140px;
    height: 140px;
     background-color: hotpink;
    border: 2px solid black;
  	margin: 10px;
}
