body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
footer {
	padding: 10px 0px 5px 0px;
	text-align: center;
	line-height: 1.3em;
	float: center;
	opacity: 0.8;
	margin-left: 1%;
	color: white;
	position: absolute;
	bottom: 0;
}
@media only screen and (max-width: 1023px) {
	body {
		background-image: url('../images/PoemBG/日落渔舟.jpg');
		background-position: center;
	}
	#Lyrics {
		font-family: 'FZYaoTi';
		font-size: 50px;
		margin-right: 0;
		padding: 20px 2px;

	}
	article {
		color: white;
		writing-mode: vertical-rl;
		height: 70%;
		position: absolute;
		right: 0;
		overflow-x: auto;
	}
	#Title {
		font-size: 2.5em;
	}
	#Author {
		font-size: 1em;
	}
	#Preface {
		font-size: 0.7em;
	}
	.Center {
		text-align: top;
		text-indent: 0em;
	}
}
@media only screen and (min-width: 1024px) {
	body {
		background-image: url('../images/PoemBG/暮山渔舟.jpg');
	}
	#Lyrics {
		display: flex;
		direction: column;
		justify-content: center; /* 水平居中 */
		align-items: center; /* 垂直居中 */
		height: 100vh;
		margin: 0px 120px;
		font-size: 15px;
	}
	article {
		color: white;
		font-family: 'FZYaoTi';
		font-size: 2em;
		line-height: 1.5em;
	}
	#Title {
		font-size: 2.5em;
	}
	#Author {
		font-size: 1em;
	}
	#Preface {
		font-size: 0.7em;
	}
	.Indentation {
		text-indent: 2em;
	}
	.Center {
		text-align: center;
		text-indent: 0em;
	}
}
@font-face {
	font-family: '方正姚体';
	src: url('/Fonts/FZYTK.TTF') format('ttf');
	font-weight: normal;
	font-style: normal;
}