Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
So, I have created a css flex nav menu for the top with some colors and styling. This will look better on any device and allows it to resize better. I have created color variables in the root css element to use throughout the stylesheet. You update the variable at the top and it will change colors consistently. Helps so you don't have to keep finding each instance of the color. I did not create variables for every single one but for the main colors. I have also updated the padding on the form section. It was so close to the edges of the page that scrolling became an issue once a form text box had scrolling as well. Let me know if you are happy with this.