a {
  color:gold;
  background-color:black;
  font-size:24px;
}

  body {
    background-image: url(background.png)
  }
h1 {
  color:gold;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-align:center;
  font-family:cursive;
  font-size:45px;
  text-shadow:-2px 2px black;
}

h2 {
  color:gold;
  text-align:left;
  font-family:cursive;
  font-size:30px;
  text-shadow: -2px 2px black;
}

h4 {
  color:gold;
  text-align:center;
  font-family:cursive;
  font-size:25px;
  text-shadow: -2px 2px black;
  
}

p {
  color:gold;
  text-align:left;
  font-family:cursive;
  font-size:20px;
  text-shadow: -2px 2px black;
}

ul {
  color:gold;
  text-align:left;
  font-family:cursive;
  font-size:20px;
  text-shadow: -2px 2px black;
}

ol {
  color:gold;
  text-align:left;
  font-family:cursive;
  font-size:20px;
  text-shadow: -2px 2px black;
  
}

img {
  float: right;
  border-color: gold;
  border-width: 20px;
  border-radius: 20px;
  border-style: groove
}
 







  

