		body{
				background-color: #fdf5e6;
				margin: 0; 
                padding: 50px 20px;

				font-family: 'EB Garamond', '楷体', 'KaiTi', serif;
				line-height: 1.8;
				color: #2c3e50;
			}
			
			.container{
				max-width: 700px;
				margin: 0 auto;
			}

			h1{
				text-align: center;
				font-weight: 700; 
            	font-size: 46px; 
            	margin-bottom: 10px; 
            	letter-spacing: 1px; 
			}		

			h2{
				font-size: 28px;
				font-weight: 700;
				margin-top: 40px;
				color: #2980b9;
				border-bottom: 1px solid #bdc3c7;
				padding-bottom: 8px;
			}

			p.subtitle{
				color: #576574;
				text-align: center;
				font-size: 20px;
				margin-bottom: 50px;
				font-style: italic;
			}

			ul{
				padding-left: 20px;
			}

			li{
				margin-bottom: 16px;
			}

			a{
				color: #16a085;
				font-size: 22px;
				text-decoration: none;
				transition: color 0.3s;
			}

			a:hover{
				color: #8e44ad;
				text-decoration: underline;
			}
