body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

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

h1, h2 {
    color: #333;
}

.blog-post .content {
    margin-top: 20px;
}

.blog-post .post {
    margin-bottom: 40px;
}

.blog-post .post .img {
    text-align: center;
    margin-bottom: 20px;
}

.blog-post .post .img img {
    max-width: 100%;
    height: auto;
}

.blog-post .post .text {
    color: #555;
}

.blog-post .post .text ul {
    list-style-type: disc;
    padding-left: 20px;
}

.blog-post .post .text ul li {
    margin-bottom: 10px;
}

.blog-post .post .text a {
    color: #007bff;
    text-decoration: none;
}

.blog-post .post .text a:hover {
    text-decoration: underline;
}

.instagram-reel {
    margin-top: 20px;
    text-align: center;
}