Personal Portfolio-help

Hi All! I have spent days trying to figure out why my tests are not running through. I have media queries and have followed previous advice but am still not getting checked for these two user-stories:

#Layout

  1. My portfolio should have at least one media query.
  2. The height of the welcome section should be equal to the height of the viewport.

Thank you!!

  1. Missed a closing brace on the #navbar CSS
  2. You are setting a CSS style of .welcome-section, but have <section id = “welcome-section” you need to change the CSS to #welcome-section

Thank you so much!!!