/* styles.css */

.prose p {
    margin-bottom: 1.25em; /* Add more space between paragraphs */
    line-height: 1.75; /* Increase line height for better readability */
}
.prose h2, .prose h3 {
    margin-top: 1.5em; /* Add space above headings */
    margin-bottom: 0.75em; /* Add space below headings */
}
.prose ul li {
    margin-bottom: 0.5em; /* Space between list items */
}