#home{
 opacity: 0.8;
}

/*头像CSS样式*/
.headPhoto{
 width: 50%;
 height: 50%;
 border-radius: 50%;
}

.headPhoto:hover{
 -webkit-transition: 0.8s linear;
 transition: 0.8s ease-in;
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}

/*公告栏CSS样式*/
#profile_block{
 font-size: 20px;
 font-family: 华文行楷;
}

/*子标题CSS样式*/
#blogTitle h2{
 color: pink;
 font-style: italic;
 font-family: 华文行楷;
}

/*博客签名CSS样式*/
#MySignature{
 font-weight: bold;
 font-size: 105%;
}

/*图片背景CSS样式*/
.backgroundPhoto{
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: -1;
 opacity: 0.8;
}

/*黑客帝国背景CSS样式*/
/**
#matrix{
 position: fixed;
 top: 0;
 left: 0;
 z-index: -1;
 opacity: 0.6;
}
*/

/*看板娘CSS样式*/
/**
canvas#live2dcanvas {
 border: 0 !important;
 right: 0;
}
*/

/*雪花CSS样式*/
.snow-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99999;
}