body{
background-color:rgba(224,160,158,0.2);
}
#home{
background-color:#fff;
height:94%;
position:fixed;
left:0;
right:0;
top:0;
botoom:0;
margin: auto;
overflow:scroll;
}
#home::-webkit-scrollbar {display:none}
.cat{
width:106%;
height:100%;
margin-left:-6%;
top:0;
z-index:-1;
}
.CalTodayDay{
background-color:rgba(224,160,158,0.2) !important;
}
#page_end_html,html,body{
width:100%;
height:100%;
overflow:hidden;
}