Two images in html got classes, while in your css you define styles for identifiers.
If the element has a class, set it in css using .classname if it has a target identifier using #idname. If an element only appears once in html, use id. If there are several cases, use a class.
Nathan
source share