Help me in solving HTML53 problem

My issue

we are writting the correct code but the comiler give the output as wrong answer

My code

process.stdin.resume();
process.stdin.setEncoding('utf8');

// your code goes here
#section2  {
    color: blue;
    font-family: cursive;
   }

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

You have put your code in index.js. You have to put it in style.css.