body {
  background-color:#d7ace3;
  font-family: 'Courier New', Courier, monospace;
}
h1 {
  background-color: rgb(130, 171, 99);
  color: rgb(87, 19, 175);
}
h2 {
  display: inline;
  background-color: rgb(130, 171, 99);
  color: rgb(70, 15, 141);
}
h3 {
  display: inline;
  background-color: rgb(130, 171, 99);
  color: rgb(87, 19, 175);
}
h4 {
  display: inline;
  background-color: rgb(130, 171, 99);
  color: rgb(76, 19, 175);
}
h5 {
  display: inline;
  background-color: rgb(130, 171, 99);
  color: rgb(87, 19, 175);
}
h6 {
  display: inline;
  background-color: rgb(130, 171, 99);
  color: rgb(87, 19, 175);
}
p {
  display: inline;
  background-color: rgb(130, 171, 99);
  color: rgb(44, 20, 106);
}