The error is within your stylesheet.
The dot at the start of your style declarations has to go, it is only used when you us a style class that you made, not the base element.
for instance, if you had something like this in the html, you would use a dot that way in the stylesheet:
<!DOCTYPE...