.item {
    background: #f;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    transition: transform 0.3s ease-in-out;
}

.item:hover {
    transform: scale(1.02);
}
.entry-content img,
.item img {
     width: 80%;
    height: auto;
    display: block;
    max-width:300px;
    height: auto;
    border-radius: 10px;
    border: 3px solid #ff6600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 10px auto;
}

.entry-content img:hover,
{
    border-color: #ff3300;
    transform: scale(1.05);
}
.section-heading h2 a {
    color: #333;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
}

.category {
    display: inline-block;
    background: #ff6600;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

h6 {
    color: #777;
    font-size: 14px;
}
