@charset "UTF-8";
/* CSS Document */

h1 {  font-size: 30px;
      text-align: center;
      color: background-color: #aeb7bf ;
      font-family;font-family: 'Lobster', cursive;
}

li a {
  display: block;
  padding:20px;
  color: orange;
  background-color: #f1f1f1;
}

ul {
  list-style-type: none;
  margin: 0;
  width: 300px;
  font-size: 20px;
  font-family;font-family: 'Lobster', cursive;
  display:block;
  color: orange;
  background-color: #f1f1f1;

}

nav a:hover {
  background-color: black;
  color: white;
}
