Help me in solving HTML47 problem

My issue

Solution for this

Learning course: Learn HTML / CSS
Problem Link: CodeChef: Practical coding for everyone

remove the style tag in index.html in head tag
then paste this code in style.css
.head,
h2 {
color: red;
font-size: 24px;
}

    ol {
        color: blue;
        font-size: 16px;
    }

you got the solution!