Welcome feedback on my product landing page project (Medium)

Hi guys,

I just finished my product landing page project. The pen is here:

It’s one dedicated to Medium.

Any feedback is welcome. It’s not perfect, but I tried my best. :sunglasses:

Thank you very much in advance!

Angel

Very neat design, I love it!
Just one thing, when the site is just opened I get the next color on footer links, which has a very bad contrast against background:

I suppose that’s not your intention, because when any of the links is visited, the text color becomes white. I would recommend to change

.links ul li a:visited {...}

in line 249 for

.links ul li a,
.links ul li a:visited {...}

yeah you are right! I’m gonna change it later. Thank you!