What's wrong with this code?

The ; is missing at the end of both declarationsThe background-color is spelled wrongEach declaration should be between quotes

The ; is missing at the end of both declarations.