body{ 
       background-image:url("./../images/jason-quote-bg-pattern.png");        
       font-size: 50px;
       text-align: center;

 }
# nav>ul
               { list-style-type: green;
               }
#nav>ul>li
          { display:inline;
             color:red;
          }
#nav>ul>li>a: hover
{ color: lavender;
  font-weight: bold;
}