body {
  background:gold;
  color: dodgerblue;
  font-family: sans-serif;
}
p {
  color:ghostwhite;
  text-decoration: underline; 
}
h1 {
  font-weight: 1000;
  color: darkblue;
  text-align: center;
  

  }
img {
  height: auto;
  float: right;
  width: 260px;
  margin: 1px;
  border-color: ghostwhite;
  border-width: 15px;
  border-style: solid;
  border-radius: 1px;
}