Complete the code to change the font-family property of the p element.

<html> <head> <link rel="stylesheet" href="style.css"> </head> <body> <h1>Blade Runner</h1> <p style="font-family: Helvetica;">A film by Ridley Scott</p> </body> </html>]]>

Make sure to type font-family.