h2, h3, h4, h5, h6 {
  background-color: lightgreen;
  color: darkgreen;
  font-family: 'Courier New', Courier, monospace;
}
p{
  broder: 2px;
  border-radius: 10%;
  border-style: solid;
  border-color: darkblue;
  color: black;
  background-color: lawngreen;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}