0 / 60 seg.

In the following code snippet, what text color will be applied to <h1> elements?

<h1 id="main-title">Main Title</h1>
#main-title {
    color: #0000FF;
}