You may need to add !important
to the end of each style so it overrides any existing ones.
For the background, look at the App.jsx and find the style props for Layout
. That is where you can add a background colour. This is where I was able to change the background colour to red at the time I made that comment (you have to do this in another place for the Footer because they are separate).
Iāll have another look at the boilerplate if you still have issues finding it and give you the line numbers.