We can style as many elements as we want inside the style tags, as long as we add a space between different rules.
style
Make sure to pick h1 followed by { and then font-family: Helvetica;, }.
h1
{
font-family: Helvetica;
}