/* Multiple posting area Styling */


.row h2{
            float: center;
        text-align: center;
        margin-top: 30px;
        font-size: 30px;
        }


.divtext{
    
    margin-left: auto;
    margin-right: auto;
    /* border: black solid; */
    width: 600px;
    height: 4200px;
    font-size: 30px;
    margin-top: 30px;
    text-align: justify;
    text-align-last: right;
    
    
        }

    .divimge{
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 85%;
} 
    .divimge img{
        
            width: 1000px;
            height: 500px;
            align-items: center;
        }

