body {
  background: purple;
}
p {
  color: yellow;
}
h1 {
  font-weight: bold;
}

img {
  height: 450px;
}

a {
  color:yellow;
}