/* 顶部文字 */
.text-box {
	font-size: 48px;
	color: #fff;
	margin-top: 180px;
	text-align: center;
}

.typed-box {
	margin-top: 32px;
}

.typed-box #typed {
	color: rgb(255, 255, 255);
	padding: 20px;
	border-radius: 10px;
	background-color: rgba(31, 28, 24, 0.459);
	font-weight: 800;
	font-size: 24px;
}