Did I mess up the padding or margin CSS grid

Hey ya’ll

In my header I have allot of space around my white -filled element and the grid cell.
Too much blue on the top and bottom.

#name>* {
...
}

could be the culprit CSS line 39?
or I could be inhereting someting from

#content>*{
...
}

CSS line 34?

I’m not sure exactly what the source of the issue is, but explicitly setting a margin on the <p> tag that contains your name can remove the excess blue.

Yea right?
ok that worked.
but i tried that before!!! ughhh!!
maybe I put it in padding in the wrong ID

tx @michaelfoland