 a {
  text-align: center;
   }
   img {
  text-align: center;
   }
     li {
  text-align: center;
   }
     p {
  text-align: center;
   }
   h1 {
  text-align: center;
   }
h2 {
  text-align: center;
}

h3 {
  text-align: center;

  
}


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

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

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

body {
  background-color: black;
  color: white;
  font-family: Comic Sans MS;
}