h4 {
background-color: dodgerblue;
color: orange;
display: inline;
}
p{
background-color: grey;
color: silver;
display: inline;
}