.inner {
    display: flex;
    flex-direction: column;   /* 上下排列 */
    align-items: center;      /* 水平居中 */
    justify-content: center;  /* 垂直居中（如果有固定高度才生效） */
    text-align: center;
    width: 100%;
    height: auto; 
    text-align: center;
    color: #fff;
    /* background-color: transparent !important; */
}

.blog-title {
    margin: 0 auto;
    font-size: 2.5rem;
    font-weight: bold;
    line-height:2.5;
    font-weight:300;
    padding: 0;
}

.blog-description {
    margin: 0px auto; 
    font-size: .9375rem;
    font-weight: 400;
    /* line-height: 1.6; */
    max-width: 80%;       /* 控制宽度，避免一行太长 */
    word-break: break-word;
}
@media screen and (max-width:759px){.blog-title{font-size:1.75rem;font-weight:400;}.blog-description{font-size:.9375rem;font-weight:400}}
@media screen and (min-device-pixel-ratio:1.5),screen and (-webkit-min-device-pixel-ratio:1.5),screen and (-o-min-device-pixel-ratio:1.5 / 1.5),screen and (min--moz-device-pixel-ratio:1.5){.blog-description.font-mono{font-family:Consolas,Menlo,Monaco,"lucida console","Liberation Mono","Courier New","andale mono",monospaceX,monospace,sans-serif;font-size:.8125rem}
}