@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;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60px;
}
li a:hover {
  background-color: #555;
  color: white;
}
