body{
　　　　　　background-size:normal;
　　　　　　font-family: cursive;
　　　　　　font-size: 18px;
　　　　　　font-weight: bold;
　　　　}
　　　　body::-webkit-scrollbar {
　　　　　　display: none;
　　　　}

　　　　#最上方名称字样修改
　　　　#blogTitle h1 {
　　　　　　font-size: 150%;
　　　　　　font-weight: bold;
　　　　　　line-height: 2.5;
　　　　　　padding-top: 25px;
　　　　　　margin-left: 2em;
　　　　　　font-family: serif;
　　　　　　font-size: 54px;
　　　　}
　　　　#footer {
　　　　　　font-size: 12px;
　　　　　　font-weight:normal;
　　　　}