배경을 다운하고 삽입하려는데 배경 삽입이 안돼요
작성한 코드 및 에러 메세지
/* body태그 자체에 css 요소 부여 */
body {
font-family: "LeeSeoyun";
margin: 0;
display: flex;
justify-content: center;
background-image: url("./background.png");
}