.blog-entry{
width:700px;
}

.blog-hero-card{
    padding:15px;
    margin-bottom:15px;
    background:
        linear-gradient(
            to bottom,
            #fafafa 0%,
            #eeeeee 100%
        );
    border:8px solid #ffffff;
    border-radius:12px;
    box-shadow:
    0 2px 8px rgba(0,0,0,.30);
    text-decoration:none;
    color:black;
}
.blog-hero-card img{
width:100%;
height:400px;
object-fit:cover;
}
.blog-hero-card h1{
padding:25px;
font-size:42px;
margin:0;
}
.blog-content{
font-size:18px;
line-height:1.6;
}

.blog-gallery{
display:flex;
align-items:center;
justify-content:center;
gap:20px;
margin:30px 0;
}
.blog-gallery img{
width:600px;
border-radius:15px;
}

.post-date{
margin-top:40px;
text-align:right;
color:#777;
font-size:14px;
}