Your task is to review the provided HTML
and
CSS code and identify and fix the following
styling issues:
- The
<h1>
element text should be red
instead of blue.
- The text in the
<p>
elements should be
in the default font color of lightgray.
- The text inside the
<p>
element with
the class info
should be blue.
- The text inside the element with
the class
highlight
should
have a bold font weight.
Also fix all other issues in the code.