h6, h5,
h4, h1 {
  color: blue;
}
p {
  color: yellow;
  font-size: 24px;
}
strong {
  text-decoration: overline;
}
