body {
  background: rgb(200,150,50);
}
p {
  color: black;
}
h1 {
  font-weight: bold;
  color: rgb(0,255,0);
}