body {
  background-color: lightblue;
  text-align: center;
  border-style: ridge;
  border-width: 5px;
  border-color: azure;
}
h1 {
  color: whitesmoke;
  font-family: inherit;
  text-align: center;
  text-decoration:underline;
}
p {
  color: grey;
  font-family: cursive;
  font-size: 18px;
  text-align: center;
}
img {
  float: center;
  height: 400px;
  width 525px;
  border-style: solid;
  border-width: 1px;
  border-color: white;
}
a {
  border-style: double;
  border-color: aliceblue;
  border-width: 7px;
  font-size: 16px;
  color: steelblue;
  border-radius: 10px;
  margin: 10px;
  font-family: cursive;
}

hr {
  width: 0px;
}
h6 {
  text-align: center;
  font-family: inherit;
  color:dodgerblue;
}
