flex-flow: row nowrap; alinha a esquerda justify-content: flex-start
flex-flow: row-reverse nowrap; alinha lado direito | justify-content: flex-start;
flex-flow: row nowrap; alinha a direita | justify-content: flex-end;
flex-flow: row nowrap; alinha no centro | justify-content: flex-center;
flex-flow: row nowrap; justifica todo espaço | justify-content: space-between;
flex-flow: row nowrap; alinha a centro justificado | justify-content: space-evenly;
flex-flow: row nowrap; acrescenta mais um espaço entre o s ítens alinha a centro justificado | justify-content: space-evenly;