Can't get my css/SASS to work in my Random Quote Machine project

the variables keep giving me an error, and none of the css i’ve written seems to be showing up. what’s going on?

https://codepen.io/gobsmack90/pen/qBdLrZP

  1. You are using the wrong preprocessor, switch it to SCSS.

  2. The Bootstrap classes on the elements are overwriting the CSS you have.

that solved it, thank you