Trouble getting the background color to fill area

Hey all,

I just finished a portfolio page and I am having trouble getting the background colors to fill the whole area and get rid of all the white space. I am also having issues spacing out my elements. For example the big space between “lets work together” and the links. If anyone can help it would be greatly appreciated!

Link to code: https://codepen.io/oleary709/full/dyYyvEE

Hello,

add this to your body:
margin: 0;
border:0;

and remove the padding left on your section id=“link”
you will have to use some other method to center .
cheers,

perfect thanks. Do you know how I can get rid of the extra spacing at the bottom?