 
H1{
  color : white;
  background-color : maroon;
}
H2{
  color : white;
  background-color : green;
}
H3{
  color : white;
  background-color : fuchsia;
}
BODY{
  background-color : #ffffd9;
}
