#header {
	margin: 1em 0;
}
#header h1 {
	border-bottom: 1px solid red;
}

#characters {
	grid-template-columns: 1fr 1fr;
}
#stats-preview {
	margin: 2em 0;
}
#stats-preview h2 {
	font-size: 1.5em;
}
#stats {
	grid-template-columns: 1fr;
}

#info {
	margin-bottom: 1.5em;
	flex-direction: column-reverse;
	align-items: center;
}
#info img {
	width: 80%;
	clip-path: circle(45%);
}

#stats h1 {
	margin: 1.5em;
}

.diamond::after {
	top: 1.1em;
}