/* Reset some default styles to improve consistency */
body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}


/* Styles for the blog post */
.blog-post {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.blog-title {
    font-size: 28px;
}

.blog-meta {
    color: #888;
}

.blog-content {
    margin-top: 20px;
}

.wood-background {
    background-color: #D3D3D3; /* Use the desired wood color code */
    color: #fff; /* Set text color to white or any other contrasting color */
    padding: 10px; /* Add padding for better spacing */
}




/* Styles for the contact link */
.contact a {
    text-decoration: none;
    color: #007BFF;
}



