body{
    margin-left: 50px;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    align-items: center;
}
.blog2_image img  {
    width: 100%;
    max-width: 200px;  
    height:auto;
    display: block;
    margin: 70px 200px;
    border-radius: 10px;
    align-items: left;

}
.header_blog2 {
    max-width: 800px;
    margin: 50px auto;
    padding: 40px;
    background: rgb(180, 168, 168);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
