    .right-image {
	float: right;  /* Keeps the image on the right */
	margin-right: 500px; /* Moves it slightly to the left */
        width: 300px; /* Adjust width as needed */
	margin-top: -13px;  /* Moves up */

    }