body {
    background-color: #f8f9fa;
    color: #333;
    font-family: 'Arial', sans-serif;
}
.blog-header {
    text-align: center;
    margin: 40px 0;
}
.blog-post {
    background: white;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}
.blog-post:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.post-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.post-meta {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 15px;
}
.post-content {
    line-height: 1.6;
}

.django_workflow {
    width: 300px; 
    height: auto;
    object-fit: cover;
}

.blog-container {
    display: flex;
    flex-direction: column;   
    align-items: center;      
}

.blog-post {
    width: 60%;               
    margin: 20px 0;           
    text-align: center;       
}
