body {
  background: lightblue;
}
p {
  color: black;
  font-family: monospace;
  font-style: italic;
}
h1 {
  font-weight: bold;
  text-align: center;
}
img {
 height: 55px;
  width: 250px;
  border-style: solid;
  float: right;
  border-radius: 20px;
  border-width: 5px;
  margin: 10px;
}
h2 {
  font-size: 23px;
  text-align: center;
}

a {
 font-size: 15px;
  font-style: oblique;
 color: navy;
}
