make list of div at center of page flex box code example
Example: centering with flexbox
/* HORIZONTAL */
justify-content: center;
/* VERTICAL */
align-items: center;
/* HORIZONTAL */
justify-content: center;
/* VERTICAL */
align-items: center;