실선까지는 되는데 왜 이미지가 안뜨는 걸까요 ㅠㅠ
<style>
body{
background-color: #44398a;
}
.profile{
width: 100px;
height: 100px;
border-radius: 100%;
border: 2px solid white
background-image: url(꿀단지.png);
background-position: center;
background-size: cover;