Finally got my 'Random Quote Machine' working

Discovered a couple new things on this challenge:

• Cross origin is a pain with APIs, found some working examples I could use that got me started though eventually.
• Found a neat CSS3 Generator tool: http://enjoycss.com/
• Figured out how to append to href for twitter.
• Figured out how to make random colors. And I lowered the numbers to prevent many light colors from showing up for contrast’s sake.
• Like many others I assume, I used the QuotesOnDesign API for the quotes.

Appreciate any feedback.

Direct Link to Codepen: https://codepen.io/Davidramsey03/full/rGxjeG/