:root {
	/* 网页背景色 */
	--background-color: #ffe9ef;
	/* #fa9eb8 */
	/* 网页主题色 */
	--host-color: #fb7299;
	/* 主题加深色 */
	--deep-color: #ca5c7d;
	--deeper-color: #c01f4d;
	/* 卡片逐个出现延迟 */
	--delay: 70ms;
	--delay-in: 1000ms;

/* 	--background-color: #aacef5;
	--host-color: #51a5ff;
	--deep-color: #216cbe;
	--deeper-color: #03356b; */

/* 	--background-color: #7cdc96;
	--host-color: #2ec255;
	--deep-color: #179237;
	--deeper-color: #08501b; */

/* 	--background-color: #f8df70;
	--host-color: #fcc307;
	--deep-color: #b08700;
	--deeper-color: #5f4902; */
}

* {
	user-select: none;
}

body {
	background-color: var(--background-color);

}

a {
	text-decoration: none;
}

u {
	color: darkgrey;
}

img {
	box-shadow: 2px 2px 5px #A9A9A9;
	border-radius: 10px;
}

table {
	width: 500px;
	height: 100px;
	border-collapse: collapse;
	background: #FAFAFA;
	align-items: center;
	align-self: center;
	align-content: center;
	text-align: center;
	position: relative;
	top: 5px;
}

#title1 {
	/* border: 2px solid var(--host-color); */
	width: 70%;
	height: 100px;
	margin: auto;
	color: var(--host-color);
	font-size: 400%;
	font-weight: 800;
	line-height: 200%;
}

.title2 {
	width: 70%;
	height: 200px;
	margin: auto;
	color: var(--host-color);
	font-size: 100%;
	font-weight: 300;
	text-shadow: 1px 1px 2px var(--host-color);
}

#info {
	color: var(--host-color);
	font-size: 100%;
	font-weight: 400;
}

.a_info {
	color: var(--host-color);
	font-size: 100%;
	font-weight: 400;
}
