flex-direction 세로 정렬 column 가로 정렬
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-direction 가로 정렬 row
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;