body {
  background: firebrick;
}
p {
  color: cyan;
}
h1 {
  font-weight: bold;
}

img {
  Height: 250px;
}

a {
  color: cyan;
}