.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
   justify-content: center;
}

.flex > div {
   width: 450px;
  margin: 10px;
  text-align: center;
 }