body {
  background: black;
  color: cyan;
}
p {
  color: cyan;
  font: cursive:
}
h1 {
  font-weight: bold;
   text-align: center;
  color: cyan;
  border-width: 20px;
  border-style: solid;
  border-radius: 40px;
}
img {
  height: auto;
  float: right;
  width: 200px;
  margin: 0px;
  border-color: darkmagenta;
  border-width: 10px;
  border-style: solid;
  border-radius: 40px;
}