.cursor-follower{
    position: fixed;
    top:0;
    left:0;
    transform: translate(-50%,-50%) rotate(45deg);
    pointer-events:none;
    z-index:9999;
    opacity:0;
    transition: opacity 0.3s ease;
}

.cursor-follower img{
    width:70px;
    height:70px;
    object-fit:cover;
}