display: flex;

flex-direction: column;

flex-direction: column-reverse;

justify-content: space-around;

justify-content: space-between;

justify-content: center;

align-items: center;

align-items: flex-end;

align-items: baseline;

flex-grow: 3;