Policies do not match rest of theme

Any of my policy pages listed at the bottom do not match the rest of pages. If I use the following in the base.css I get real goofy white space but the text does align center so I think I’m on the right track. I’m on the DAWN theme. Thanks in advance.

.shopify-policy__body {background-color: black; color: white; text-align: center;}
.shopify-policy__title {background-color: black; color: white; text-align: center;}
.shopify-policy__container {background-color: black; color: white; text-align: center;}

Figured it out. For anyone else riding the struggle bus this is what worked for me - I added the following to the bottom of base.css

.shopify-policy__body {background-color: #121212; color: white; text-align: center;}
.shopify-policy__title h1{background-color: #121212; color: white; text-align: center;}
.shopify-policy__container h1{background-color: #121212; color: white; text-align: center;}
main#MainContent {
    background: #121212;