body {
  background: green;
}
p {
  color: yellow;
}
h1 {
  font-weight: bold;
}


a {
  color:yellow;
}