how can I change the background color of all posts on my server?

Set the background colour to the class “.post”, that’s the standard class for posts

.post { background: #91C3C1 !important;