body {
            margin-top: 50px;
            padding: 0;
            height: 100%;
            background-color: #0F172A; /* Dark background */
            color: white;
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            margin-top:150px;
}
.container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.blog-post h1 {
    color: #2c3e50;
    font-size: 2em;
    margin-bottom: 10px;
}
.blog-post h2 {
    color: #34495e;
    font-size: 1.5em;
    margin-top: 20px;
}
.blog-post p,
.blog-post li {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
}
.blog-post ol, .blog-post ul {
    padding-left: 20px;
}
.blog-post ol li, .blog-post ul li {
    margin-bottom: 10px;
}
