2. boarder:3px solid black; This will change the boarder of the image to be solid black. The border shorthand property sets all the border properties in one declaration.
3. } ends the input styling
4. Everything inside the input:focus{ is declaring the styling for the user input
5. boarder:3px solid red; This will change the boarder of the image to be solid red. The border shorthand property sets all the border properties in one declaration.
6. } ends the hover stylings applied to img