       body {
            font-family: Arial, sans-serif;
            margin: 0;
            background-color: rgb(96, 94, 92);
        }
    
        .post {
         background-color: rgb(59, 58, 57);;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
        }
        .post-image {
            max-width: 100%;
            height: auto;
            border-radius: 5px;
            margin-bottom: 10px;
        }
        .post h4 {
           color: #dec465;
            margin-top: 0;
        }
        .post p {
           color: #dec465;
            line-height: 1.6;
        }

        .summary{
        color: #dec465;
        margin: 10px;
        font-size: 20px;
        }