At this point, the only things that look very off are the links to social media. We can fix them along with the links in the content section.
Add a rule for all<a> elements on the webpage. Set color to #1abc9c and text-decoration to none.
<a>
color
#1abc9c
text-decoration
none