@import url(../home.css);

.cardwrap{
    border: none;
}

.imgwrap{
    border: none;
    box-shadow: 0px 0px 8px 0px lightgray;
    /* margin-top: 5px!important; */
    max-width: 100%;
    height: 420px;
}

.cardimg{
    max-height: 100%;
}

.cardtitle{
    font-size: 30px;
    /* margin: auto; */
    /* background-color: rgba(75, 197, 246,0.5); */
    color: #0e77b8;
    height: 50px;
    /* width: 460px; */
    text-align: center;
    padding: 4px;
}

.postby{
    font-size: 15px;
    font-style: italic;
    float: right;
    font-weight: normal;
    text-decoration: underline;
}

.notify{
    text-decoration: none;
    color: black;
    font-weight: 700;
}

.pcontent{
    text-align: justify;
    font-size: 1.25rem;
    font-style: italic;
    text-indent: 30px;
    margin: 0px;
}

/* comment section start */

.commentwrap{
   margin: 50px 0px;
}

.formwrap{
    /* border: 2px solid lightgray; */
    box-shadow: 0px 0px 8px 0px lightgray;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
}

.commentbox{
    box-shadow: 0px 0px 8px 0px lightgray;
    border-radius: 10px;
    padding: 20px;
    height: 200px;
    margin-bottom: 30px;
}