Help me in solving HTML45 problem

My issue

My recent trip to Greece

<main>
     <h2 style='color:red; font-size:29px;'>Overview
     </h2>
    <h3>
        
        <!-- Update <ol> task here -->  
        <ol style='color:blue;font-size:20px;'>
            <li>Greece</li>
            <li>Trip Options</li>
            <li>Trip Itinerary</li>
        </ol>
    </h3>
</main>

My code

// your code goes here

Learning course: Learn HTML / CSS
Problem Link: CSS Inline styling Practice Problem in HTML / CSS - CodeChef