In order to style all of the content in my pages, I added margins, padding, and used the Box model. I also reorganized my sitemap, deleted some pages, added some pages, and created a consistent nav bar in all of the pages to jump to different pages. For now, I am just focusing on making sure the content and styles are consistent so I decided to lower the number of pages I am actively working on in order to make sure that everything is consistent.

In addition, I used CSS multi-column to hold content in my homepage. The multi-column was also used in the media query that I wrote in order to only have 1 column when the screen is very small. For the portfolio page, I used CSS Grid to style the content.