1. make the main container transparent
main {
background-image:none !important;
background-color:transparent !important; }
2. all other sections within the .container would then need backgrounds & borders
e.g.
.blurbs {
background-image:none !important;
background-color:purple !important;
border: 2px solid black !important; }
that's a v simplified answer and you'll need to tackle each of yr sections the same way
anyway - hope it helps! <3