body {
  background: lightblue;
}
p {
  color: black;
  font-family: monospace;
}
h1 {
  text-align: center;
  font-family: fantasy;
  font-weight: bold;
  font-size: 42px;
  color: darkblue;
  font-family: monospace;
}

a {
  font-size: 20px;
  font-style: oblique;
  color: navy;
}

img {
 margin: 10px;
}
