I'm trying to move the little heart, but I don't know what code to use to move it, or what the label is for it. Any help is appreciated, thanks.

You use this selector for it!
.pet_like
And to move it, you can use this code! 8)
.pet_like {
top: NUMBERVALUEpx;
left: NUMBERVALUEpx;
position: absolute;}