body {
  background: black;
  color: cyan;
  font-size: 23px;
  }
p {
  color: ghostwhite;
  text-decoration: underline;
  font-family: fantasy;
  }
h1 {
  font-weight: bold;
color: gold;
  text-align: center;
  font-family: cursive;
  border-color: darkturquoise;
  border-width: 25px;
  border-style: ridge;
  border-radius: 9999px;
}
img {
  height: auto;
  float: right;
  width: 260px;
  margin: 1px;
  border-color: darkturquoise;
  border-width: 25px;
  border-style: ridge;
  border-radius: 900px;
}

