body {
  background-image: url("StarBackground.png");
  background-repeat: repeat;
  background-attachment: fixed;
  color: white;
  font-family: "Trirong", serif;
  text-align: center;
}
h1 {
  text-align: center;
  color: white;
  font-family: Cursive;
  border: 5px ridge white;
  background: rgba(144, 144, 144, 0.3)
  }
li {
  text-align: center;
  }
div {
  width: 1280px;
  height: auto;
  padding: 10px;
  margin-right: auto;
  border: 5px dotted white;
  background: rgba(144, 144, 144, 0.3)
}
ul {
  list-style-position: inside;
  text-align: center;
}
h3 {
  text-align: center;
  border: 5px solid white;
  color: white;
  background-color: #777777;
  }
h4 {
  color: white;
  font-size: 28px;
  margin-bottom: 20px
  }