body{
  background-image: url(paper.jpg);
}

h1 {
  color: #ba8787;
  text-shadow: -2px 2px black;
}

h6 { 
  color: #7e1856;
  font-family: cursive;
}

li {
  font-family: cursive;
  color: #805f5f;

}

img {
  float: right;
  margin: 1px;
  border-color: lavender;
  border-width: 4px;
  border-style: groove;
  border-radius: 10px

}

h2 {
  color: antiquewhite;
  text-shadow: -2px 2px Black;
}


p {
  float: right
  font-family: monospace;
  color:#3d6092;
}

h3 {
  color:#5f807d;
  text-shadow: -2px 2px white;
}
h1 {
  text-align: center
}

h4{
  color: #14266f;
  font-family: monospace;
  text-shadow: -2px 2px white
}

a {
  background-color: antiquewhite;
  border-style:groove;
  border-color: pink;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
  color:white;
  text-shadow: -2px 2px black;
}
