
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
1-10 CSS 꿀팁 강의 진행에서 글자가 화면의 중앙으로 옮겨지지 않습니다.
강사님은 정 가운데 문구가 나오는데, 제것은 중앙 위에 문구가 나옵니다.

작성한 코드 및 에러 메세지
강사님이 제시한 코드와 같은 코드로 입력이 된 것 같은데요..!
display: flex;
flex-direction: column;
justify-centent: center;
align-items: center;
.mytitle {
background-color: green;
width : 100%;
height : 250px;
background-image: url("https://movie-phinf.pstatic.net/20210715_95/1626338192428gTnJl_JPEG/movie_image.jpg");
background-position: center;
background-size: cover;
color : white;
display: flex;
flex-direction: column;
justify-centent: center;
align-items: center;
}
