        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f9f9f9;
        }
        
        .post-img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        
        .tags span {
            display: inline-block;
            background: #32de84;
            color: #fff;
            padding: 5px 12px;
            margin: 5px 5px 5px 0;
            border-radius: 20px;
            font-size: 14px;
        }
        
        .comment-box {
            background: #fff;
            padding: 20px;
            margin-top: 30px;
            border-radius: 10px;
        }
        
        .recent-posts li {
            margin-bottom: 10px;
        }
        
        .a_p {
            text-decoration: none;
            font-size: 20px;
            color: #32de84;
            padding: 15px 0px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }