body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    color: #333;
    /*visibility: hidden;*/
}

.blog-header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.blog-title {
    margin: 0;
    font-size: 32px;
}

.blog-post {
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.post-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.post-meta {
    font-size: 14px;
    color: #666;
}

.post-content {
    font-size: 18px;
    line-height: 1.8;
}

/* Optional: Add more styling as needed */
