body {
  background-color: skyblue;
  text-align: center;
}
h1 {
  color:mediumpurple;
  font-family: monospace;
}
h2 {
  color:cadetblue;
  font-family: monospace;
}
p {
  color: mediumvioletred;
  font-family: monospace;
  font-size: 16px;
}
img {
  border-style: solid;
  border-color: darkseagreen;
  border-width: 6px;
  width: 400px;
}