1
2
3
.flex-container
justify-content: center
align-items: center
.target.goo
width: 300px /* lowest priority */
flex-basis: 100px /* next priority */
min-width: 200px /* highest priority */