/*@font-face{
	font-family: 'hywen';
	src: local('HYWenHei 85W');
	/*src: local('./static/fonts/zh-cn.ttf');*/
/*}*/

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
  z-index: 1;
}

h1{
	color:white;
	font-weight: normal;
	font-size: 50px
}

body{
	background-color: #333F50;
	margin: 0;
	font-family: helvetica;
}

#pageList{
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	background: rgba(0, 0, 5, 0.2);
	min-width: 40%;
	width: 80%;
	max-width: 1400px;
	padding: 15px 0px 15px 0px;
	color: white;
	row-gap: 15px;
	margin-bottom: 16px;
}

.page:hover{
	transform: scale(1.009);
}
.page{
	display:flex;
	border-radius: 20px;
	background: rgba(0, 0, 5, 0.5);
	margin: 0 16px;
	padding: 8px 16px;
	font-family: verdana;
	align-items:center;
	flex-direction: column;
}

.graphicTitle{
	font-size: 42px;
	font-weight: 450;
}

.characterDeck{
	display:flex;
	flex-wrap: wrap;
	column-gap: 1em;
	justify-content: center;
}

.character>img{
	cursor: pointer;
	height: 7em;
	border: 0.2em solid black;
	background-image: linear-gradient(#57667A,#384A65,#0A1933);
}

.timeInfo{
	width: 100%;
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}

.timeInfoData{
	padding: 0 4px;
	width:30%;
}