body{
      background-image: url("./../images/underwater-css-pattern.png");
font-size:60px;
color: blue;
text-align:center;
font-style:italic;
}

# nav>ul
             { list-style-type: none;
              }
#nav>ul>li
       {display: inline;
          background-color: black;
         }
#nav>ul>li>a: hover
{color: lavender;
  font-weight: bold;
}
table{
      font-style:bold;
      background-image:url("./../images/avatar6.jpgs");
      font-size:50px;

}
