#taerae {
    position: absolute;
    top: 0;
    left: 0;
    height: 250px;
    width: 250px;
    background-image: url("normal.PNG");
    background-size: cover;
    background-position: center;
    cursor: grab;
}

#taerae:active {
    cursor: grabbing;
}
