body {
    font-family: Courier, monospace;
    color: #FF0077;
}
/* Target post containers and key text elements - adjust selectors if needed based on your page structure */
.post,
.post-title,
.post-content,
.post-meta {
  color: #FF1493 !important; /* Sets text color to DeepPink */
}

/* Optional: If you want background color instead of text color */
.post {
  background-color: #FF1493 !important;
  color: #ffffff !important; /* Ensures text is readable on pink background */
}
