.blog-post {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
}

.blog-header {
    text-align: center;
    margin-bottom: 40px;
}

.blog-header h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.author-date {
    font-style: italic;
    color: #555;
}

.blog-post section {
    margin-bottom: 30px;
}

.blog-post h2 {
    font-size: 32px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffb375;
}

.blog-post p {
    margin-bottom: 15px;
}

.blog-post ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.blog-post li {
    margin-bottom: 10px;
}

.blog-post a {
    color: #ff8c00;
    text-decoration: none;
}

.blog-post a:hover {
    text-decoration: underline;
}

.blog-post pre {
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    border: 1px solid #ddd;
}

.blog-post code {
    font-family: 'Courier New', Courier, monospace;
}