/*背景*/
body{
         background-color:pink;
}
/*博客园标题*/
#header{
    text-align:center; /*字体居中*/
    color:white;
}