/* 项目详情页标题：主标题 + 副标题（替代原先的内联样式） */
.project-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.project-subtitle {
	margin-top: 0;
	margin-bottom: 2em;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.035em;
}

/* 居中显示的图片容器 */
.image-centered {
	display: flex;
	justify-content: center;
	margin-bottom: 2em;
}

.image-centered img {
	max-width: 100%;
	height: auto;
}

/* 首页居中的名字标题（替代原先 body 内的全局 style 标签） */
h1.centered {
	text-align: center;
}
