body {
color: #000;
/*background: url(https://i.loli.net/2018/10/06/5bb85fa0e3a52.jpg) fixed;*/
background: url(https://i.loli.net/2019/11/28/98uMxWOgUKn5vB1.jpg) fixed;
/*background: url(https://i.loli.net/2018/10/06/5bb86d1bbbdac.jpg) fixed;*/

background-size: cover;
background-repeat: no-repeat;

}

.forFlow {
/*opacity:0.8;*/
background-color:rgba(255,255,255,0.3);
width:85%;
margin-left:30px;
transition: all 0.25s linear;
/*background-color: #FAFAFA;*/
}


.forFlaw:hover{
background-color:rgba(255,255,255,0.4);
transition: all 0.25s linear;

}




.day:hover{
background-color:rgba(255,255,255,0.4);
transition: all 0.25s linear;
}

.day{

transition: all 0.25s linear;
}

.postTitle2{
margin-left:20px;
margin-top:15px;
}

.c_b_p_desc{
margin-left:20px;
margin-right:20px;
}


#table_of_content_warp{

background-color:rgba(255,255,255,0.2);

}