body{
  background-image:url(Dragon-WP.png);
  color:white;
  background-size:1209px;
  font-family:cursive;
}

img{
  float:left;
}

p{
  border-color: aquamarine;
  border-width:5px; 
  text-align:left;
}

h3{
  text-decoration-line: underline;
  text-decoration-color: palevioletred;
  text-decoration-style: dotted;
}

#Yangchen{
  float: right;
  border-radius: 50%;
}

ol{
  font-style:italic;
  border-color: aquamarine;
}