낙서 비활성화 css:670
.profile a::after {
display: block; -> display: none; 으로 변경
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 150%;
aspect-ratio: 3 / 4;
background-image: url(./images/doodle.png);
background-size: cover;
transition: 0.3s transform ease-in-out;
z-index: -1;
}