Struggling with CSS selector rules and specificity? I've already checked this for specifics. Even tried using firebug and inspecting elements in Chrome to copy the CSS path, but still can't get it to work. This is my first time creating a website, so any constructive feedback is welcome. Below is the code for the page I'm attempting to modify.
#page-content-wrapper > div > div > center > h1 > font {
color: red;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8>
...
</footer>
</div>
</div>
</div>
</div>
In the main code you should see Home bolded and in italic (it is under webpage begins). That is what I am trying to change with CSS.