Here is my HTML and CSS; the h1 title appears in blue rather than red, and I'm not sure why. and how can it be fixed? thank you very much
<!doctype html>
<h1>les planètes du système solaire <h1>
<h1><style type='text/css'>
body{
color:red;
background-color: black}
</style><h1>
<img src ='https://(jpeg link ....)'>
<h2>comme nous pouvons le constater<h2>
<h2><style type='text/css'>
body{
color:blue;
background-color:black}
</style><h2>