body {
  background-color:rgb(255,230,100);
}
p {
  color: black;
}
h1 {
  font-weight: bold;
}
body.untitledgoosegame {
  background-color:yellow;
}