<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.>
https://www.codecademy.com/courses/react-102/lessons/style/exercises/styles-multiple-components
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
/home/ccuser/workspace/learn-react-06-03-06d/styles.js:4
fontFamily: fontFamily,
^
ReferenceError: fontFamily is not defined
module.exports = {
fontFamily: fontFamily,
background: background,
fontSize: fontSize,
padding: padding,
color: color
};
<do not remove the three backticks above>