body{
  background-image:url(Musical-Wallpaper.jpg);
  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%;
}

#u{
  color:lightblue;
  border:3px;
  border-style:groove;
  border-color:lightblue;
}