body {
    background-color: black;
    background-image: url('path/to/starry-background.png'); /* Replace with your starry background image path */
    background-repeat: repeat;
    color: white;
    font-family: 'Courier New', Courier, monospace;
}

.main-content {
    padding: 20px;
}

.blog-post {
    margin-bottom: 40px;
}

.blog-post h2 {
    color: #FF69B4; /* Pink color for titles */
    text-shadow: 2px 2px #000000; /* Black shadow for retro effect */
}

.blog-post p {
    line-height: 1.5;
}