body {
  background: black;
}
p {
  color: yellow;
}
h1 {
  font-weight: bold;
  color:yellow;
}
img {
  border-color: yellow;
  border-w
}