/* Blog Headings */
h1, h2, h3 {
color: black;
font-weight: bold;
}
/* Blog Paragraphs */
.blog-content p {
font-size: 16px;
text-align: justify;
line-height: 1.6;
color: #404040;
}
/* Blog Links */
.blog-content a {
color: red;
text-decoration: underline;
}
/* FAQ Styles (Optional) */
.blog-content p strong {
font-weight: bold;
}