body {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

.blog-post {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.blog-post img {
    width: 120px;
    height: auto;
    border-radius: 8px;
}

.blog-post a {
    text-decoration: none;
    color: #007BFF;
    font-size: 18px;
    font-weight: bold;
}