body {
            background-color: #f8f9fa;
            font-family: Arial, sans-serif;
        }
        .blog-header {
            width: 100%;
            margin-top: 50px;
            padding: 20px;
            background-color: #343a40;
            color: white;
            text-align: center;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        .blog-post {
            padding: 30px;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 120px;
        }
        .comments-list {
            max-height: 300px;
            overflow-y: auto;
        }