    @font-face {
        font-family: 'FZYouSong';
        src: url('/static/WenDingPLMingTi-1.woff2');
    }

    body {
        background-color: #000; 
        color: #fff; 
        font-family: "Source Han Serif SC VF", "FZYouSong", serif; 
        line-height: 1.2; 
        margin: 0;
        padding: 20px 20px 80px 20px;
    }

    .content {
        max-width: 800px; 
        margin: 0 auto; 
        font-size: 1.1em; 
        text-align: justify;
    }

    footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        background-color: #000;
        font-size: 0.9em;
        color: #fff;
        border-top: 1px solid #333; 
    }

    h1 {
        text-align: left; 
        font-weight: normal;
        font-size: 2.0em; 
        margin-bottom: 20px; 
    }
    
    h2 {
        text-align: left; 
        font-weight: normal;
        font-size: 1.8em; 
        margin-top: 40px; 
        margin-bottom: 20px; 
    }

    .time {
        text-align: left; 
        font-size: 1.2em; 
        margin-bottom: 40px; 
        color: #fff;
    }

    a {
        color: #fff;
        text-decoration: none; 
    }

    a:hover {
        text-decoration: underline; 
    }

    .content img {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
        display: block;
        margin: 20px auto;
    }

    .content p {
        text-indent: 2em; 
    }

    .content blockquote {
        font-size: 100%;
        border-left: 3px solid #666;
        padding: 15px 20px; 
        color: #ddd; 
        margin: 25px 0;
        border-radius: 1px; 
        line-height: 0.5em;

    }

    .content pre {
            background-color: #1e1e1e;
            color: #d4d4d4;
            padding: 15px;
            border-radius: 5px;
            overflow-x: auto;
            border: 1px solid #333;
            
    }
    
    .content code {
        background-color: #333;
        padding: 2px 5px;
        border-radius: 3px;
        font-family: monospace;
    }
    
    .content pre code {
        background-color: transparent;
        padding: 0;
        border: none;
    }

@media screen and (max-width: 600px) {
    .content blockquote {
        font-size: 80%;
        border-left: 3px solid #666;
        padding: 15px 20px; 
        color: #ddd; 
        margin: 25px 0;
        border-radius: 1px; 
        line-height: 1em;

    }
}
