h1 {
  color: white;
  background-color: orange;
  border: 0px solid black;
  
  font: 150% cursive;
}

p {
  color: white;
}