.cat {
    position: fixed;
    left: 5px;        /* Adjust the horizontal position */
    bottom: 10px;     /* Move the image to the bottom */
    width: 150px;     /* Adjust size of the image */
    height: 150px;    /* Adjust height as necessary */
    z-index: 10;      /* Make sure it's above other elements */
}
