* { 
	 margin: 0; 
} 
html,body {
  color:#ffffff;
  height: 100%;
}

#body-about-bg {
  background-color: #fff;
  background: url("https://www.qldiary.cn/image/wood.jpg") no-repeat;
  background-size: cover;
  }

#layout-content {
  min-height: 100%;
  margin-bottom: -30px;
   }
#layout-content:after {
	     content: "";
	     display: block;
       }
#men-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 5px;
}
#site-title {
             color: #fff;
	     margin-right:12%;
	     text-align:right;
	     font-size: 40px;
	     font-family: Microsoft Yahei;
	       }
#about-me {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

#about-me-inner {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #fff;
  border-width: 1px;
  border-radius: 10px;
  box-shadow: 0 15px 10px rgba(0,0,0,0.5);
}

.markdown-body {
  box-sizing: border-box;
  width: 80%;
  min-width: 200px;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 40px 0;
}

#post-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#menu-inner a{
        text-decoration: none;
        font-size: 25px;
	color:#ffffff;
        font-weight: bold;
        padding: 0 8px 0 8px;
        line-height: 44px;
        vertical-align: center;
	font-family: Microsoft Yahei;
	      }
#menu-inner a:hover {
			color:#778899;
		        text-decoration: underline;
		}

