.flex-block {
  display: flex;
  justify-content: center;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 500px;
}
.flex-container > div {
  margin: 10px;
  text-align: center;
}