/*在这里编写相关的CSS代码*/
/*标题开始*/
body{
    background-image: url("../images/1683472108262.jpg");
    background-size: cover;
    background-color: Black;
    color: White;
}
.网页标题{
    text-align: center;
    margin-top: 30px;
}
.网页标题_主标题{
    color: White;
}
.网页标题_副标题{
    margin-top: 10px;
    color: White;
}
/*标题结束*/

/*网页底部开始*/
footer{
    position: absolute;
    bottom: 0;
    clear: both;
    background: #666666;
    color: White;
    width: 100%;
    text-align: center;
}
.网页底部文字{
    line-height: 35px;
}
footer a{
    text-decoration: none;
    color: White;
}
.备案图标{
    height: 20px;
    width: 20px;
}
footer a:hover{
    color: Red;
}
/*网页底部结束*/
