
.blog-container {
    max-width: 800px;
    margin: 1rem auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.blog-header {
    text-align: center;
}

.blog-header h1 {
    margin: 0;
    font-size: 2.5em;
}

.author-date {
    color: #777;
    font-size: 0.9em;
}

.blog-image {
    width: 100%;
    border-radius: 8px;
    margin: 20px 0;
}

.blog-description {
    font-size: 1.1em;
    line-height: 1.6;
}

.blog-footer {
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    text-align: center;
}

.social-icons {
    margin-top: 10px;
}

.icon {
    color: #333;
    margin: 0 10px;
    text-decoration: none;
    font-size: 1.5em;
}

.icon:hover {
    color: #007bff;
}