body{
  font-family: cursive;
  color:darkolivegreen;
 text-align: center;
  background-color:midnightblue;
}
h1{
  color:darkolivegreen;
  font-family: cursive;
  text-align: center;
}
h3{
  color:darkolivegreen;
  font-family: cursive;
}
h6{
  color:darkgoldenrod;
  font-family: cursive;
}
p{
  font-family: cursive;
color:darkgoldenrod;
}
img{
  float: right;
  width: 250px;
  margin: 30px;
  border-color: darkolivegreen;
  border-width: 4px;
  border-style: solid;
  border-radius: 30px;
  height: 200px;
}
a {
  border-style:solid;
  border-color:darkgoldenrod;
  border-radius: 5px;
  padding:inherit;
  text-decoration:none;
  color:blue;
  background-color:darkgoldenrod;
  text-align: center;
}
figure{
  float:right;
}
li{
  font-family: cursive;
  color:darkgoldenrod;
  text-align: left;
}
