.mypost{ display: flex; flex-direction: column; justify-content: center; align-items: center; } /* 중앙에 배치할 때 4개를 항상 묶음으로 사용하는 요소들인데 각자 어떤 역할을 가지고 있는지가 궁금해요! display, flex, flex-direction, justify-content, align-items가 어떤 역할인지 알려주세요.(__) */