8.Can you swing it? How do i make it a garamond style?

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>
8. Can you swing it?
https://www.codecademy.com/en/courses/web-beginner-en-WF0CF/1/4?curriculum_id=50579fb998b470000202dc8b#

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
i don´t know whats wrong with my code???

```

div div p {
font-family:Garamond;
font-weight:bold;
color:#000000;
}

div > p {
font-family:Garamond;
style-decoration:Garamond;
font-weight:bold;
text-decoration:underline;color:#7AC5CD
}


Oops, try again. Did you remember to make all paragraphs have the font Garamond?

<do not remove the three backticks above>

Check your selectors and also check the hint/read instructions.

01. Make all <p> tags have a font-family of Garamond. (Do NOT use the universal selector for this! There’s a better way; see the Hint for help.)

You seem to be following the examples in the lesson but not the instructions.