h2 { 
  color: blue;
}
/*  background: white;
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: normal;
}*/

span.problem {
    color: blue;
    font-style: italic;
}

span.solution {
    color: black;
}
