
#title-4 {
  background: black;
    color: white;
    text-decoration: underline;
}
#title-5 {
  background: yellow;
    color: blue;
    text-decoration: underline;
}
#title-6 {
  background: gray;
    color: red;
    text-decoration: underline;
}