Great job keeping both the css and HTML neat and organized using comments and indentation. run through your HTML and make sure your indentation is consistent. everything that is nested to the same level should be indented the same.
consider making use of some well-placed line breaks throughout the HTML to help define each content chunk and make things easier to identify at a glance.
more info about HTML styling, in general, can be found here - https://www.w3schools.com/html/html5_syntax.asp
Great job keeping both the css and HTML neat and organized using comments and indentation. run through your HTML and make sure your indentation is consistent. everything that is nested to the same level should be indented the same. consider making use of some well-placed line breaks throughout the HTML to help define each content chunk and make things easier to identify at a glance. more info about HTML styling, in general, can be found here - https://www.w3schools.com/html/html5_syntax.asp