I’ve been having trouble figuring out how to center the 3 links to various profiles at the bottom of the page, any advice or tips on the code is greatly appreciated!
the navbar is cluttered, though I can figure that out
Based on the current HTML in your codepen, I would say you might have too much HTML around those links. Is there a reason they each need to be wrapped in a div and then the link text in a p element? If there is no specific reason for doing this then I would remove all that extra stuff and just have the three links inside of one div and then use flexbox to center them and put a gap between them.