body{
  background-image: url(https://neocities.org/site_thumbnails/23/57/jacktheaxocattit/homepagebackground.png.210x158.webp);
  background-size: 25%;
  background-repeat: repeat;
  font-family: Comic Sans MS;
  margin: 20;
  padding: 20;
}

h1{
  color: white;
  text-align: center;
}

p{
  color:white;
  text-align: center;
  border: 2px white;
  margin: auto;  
  padding: 20px;
  outline: #ffffff solid 2px;
}

p a:link{
  color:ff00ff;
  background-color: transparent;
  text-decoration: none;
}

p a:visited {
  color: ff00ff;
  background-color: transparent;
  text-decoration: none;
}

p a:hover {
  color: ee00ee;
  background-color: transparent;
  text-decoration: none;
}

h2, p {
  margin: 100px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #ff0169
  position: static;
  top: 0px;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  font-family: Comic Sans MS;
  text-align: center;
  padding: 14px 199px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #dd0047;
}