마우스 따라다니기
/* contents */
.contents {
font-family: 'KCC-eunyoung';
display: flex;
align-items: center;
justify-content: center;
width: 100%; height: 100%;
text-align: center;
flex-direction: column;
}
.cursor {
position: absolute;
width: 200px; height: 200px;
border-radius: 50%;
background: #fff;
z-index: -1;
user-select: none;
pointer-events: none;
background: url(img/photo04.jpg) no-repeat center center fixed;
background-size: cover;
}