.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.read-more-btn:hover {
    background-color: #0056b3;
}
.btittle{
    margin: 40px;
    font-weight: 100px;
}

.blog-image {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.blog-content {
    max-width: 800px;
    margin: 0 auto;
}

.blog-footer {
    margin-top: 20px;
    font-size: 14px;
    color: #888;
    text-align: right;
}
