a {
  color:white;
  background-color:black;
  font-size:20px;
}
body {
  background-image: url("wallpaper1.jpg");
   
}

h1 {
  color:white;
  background-color:black;
  text-decoration:underline;
  text-decoration-style:Cursive;
  text-align:center;
  font-family:cursive;
  font-size:50px;
  letter-spacing:20px;
  text-shadow:-2px 2px black;
}

h3 {
  color:white;
  background-color:black;
  text-align:left;
  font-family:cursive;
  font-size:30px;
}

p {
  color:white;
  background-color:black;
  text-align:center;
  font-family:cursive;
  font-size:20px;
}

ol {
  color:b;
  background-color:;
  text-align:left;
  font-family:cursive;
  font-size:20px;
}
