Here is my HTML and CSS: https://jsfiddle.net/Lyvnma7p/
On line 1-5 I am setting the color of the page to slategrey background. The problem is the next line:
main {
background: white;
}
What this should be doing is taking the main element in my HTML (line 23-48) and changing the middle of the page to white.
What I have tried is changing the CSS tag from main to the div container class element, also with no luck as well.