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