.flex-container {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 100vh;
}
.div{
	flex: 1;
}