
<style>
.mytitle {
background-color: green;
width: 100%;
height: 250px;
background-image: url(https://movie-phinf.pstatic.net/20210715_95/1626338192428gTnJl_JPEG/movie_image.jpg);
background-positon: center;
background-siza: cover;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.mytitle > button {
width: 200px;
height: 50px;
background-color: transparent;
color: white;
border-radius: 50px;
border: 1px solid white;
margin-top: 10px;
}
.mytitle > button:hover {
border: 2px solid white;
백그라운드 이미지가 상어그림이 아니라 포스터 윗부분인데 어느부분이 잘못된건가요?ㅜㅠ

