Help me in solving HTML45 problem

My issue

I have entered correct only should you please suggest what is the error in my code it is giving error like - Did you update

    on line 9 as required?

    My code

    My recent trip to Greece

    <main>
        <!-- Update <h2> task here -->  
        <h2 style =" color:blue; font-size:16px;">Overview</h2>
        <h3>
            
            <!-- Update <ol> task here -->  
            <ol style="color:red; font-size: 25px;">
                <li>Greece</li>
                <li>Trip Options</li>
                <li>Trip Itinerary</li>
            </ol>
        </h3>
    </main>
    
    ``` // your code goes here
    Learning course: [Learn HTML / CSS](https://www.codechef.com/learn/course/html)
    Problem Link: https://www.codechef.com/learn/course/html/HTMLC06/problems/HTML45