body {
  background-image: url("stars.gif");
}
ul {
  list-style-type: none;
  margin: 1;
  padding: 0;
  overflow: hidden;
  background-color: #2E4AFF;
  border-radius: 50px;
  border-right: 0px;
  border-left: 0px;
  font-size: 20px;

}

li {
  float: left;
  border-right: 1px solid navy;
}

li:last-child {
  border-right: none;
}
li a {
  display: block;
  color: black;
  text-align: left;
  padding: 10px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #55008F;
}

div {
  font-family: cursive, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: #2E4AFF;
  border: 5px solid navy;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 80px;
  margin-bottom:80px;
  border-radius: 50px;
}
h1 {
  color: Black;
    font-family: cursive, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
	font-size: 40px
    
}
h2 {
  color: Black;
    font-family: cursive, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
	font-size: 25px
    
}
p {
  color: black;
  font-family: cursive, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  font-size: 20px
	
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
