#home{
background:url(https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=2546753096,3656003988&fm=26&gp=0.jpg);
background-size:100% auto;
}
#header {
    height: 150px;
background:none;
}
#blogTitle {
    height: 150px;
background:none;
}
#blogTitle a {
    color: transparent;
transition: all 2s;
}
#header a:link,
#header a:visited{
    color: transparent;
}
#mainContent .forFlow {
    background: #ffffff45;
}
.day {
    background: #fff0;
}
#navigator{
background:none;
}
#Header1_HeaderTitle{
background: linear-gradient(to right, red, blue);
        -webkit-background-clip: text;
}
#Header1_HeaderTitle:hover{
background: linear-gradient(to bottom right, blue, yellow);
-webkit-background-clip: text;
}
#blogTitle{
display: flex;
    align-items: center;
    justify-content: center
}
#footer{
background:none;
}
#navList a {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    font-family: cursive;
}
.catListTitle {
    background: none; 
}
.CalDayHeader {
    background: transparent;
    color: #fff;
    border: 1px solid;
    margin: 2px;
    border-radius: 50%;
    height: 30px;
}

element.style {
}
#calendar td, #calendar th {
    font-size: 12px;
}
.CalTodayDay {
    color: #fb0909;
    border: 2px dotted currentColor;
    border-radius: 50%;
    background: springgreen;
}
.CalWeekendDay{
 background: linear-gradient(to bottom right, #42ec0a, #e41818);
}