#panev{
    width: 500px;
    height: auto;
    transform-origin: 80% 50%;
    transition: transform 0.1s linear;
    transform: rotate(-7deg);
    position: absolute;
    left: 300px;
    top: 300px;
}
html{
    cursor: none;
    overflow: hidden;
    background-color:#ceb587 ;
}
*{
    user-select: none;
}
img{
    -webkit-user-drag: none;

}
#palcount{
    position: absolute;
    left: 10px;
    top: 0;
}
#cat{
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 200px;
    height: 200px;
}