.levelPreviewContainer {
	margin: 0px 20px;
}

.levelPreviewHeader {
	margin: 5px auto;
	width: fit-content;
	color: #ffa040;
	font-size: 24px;
}

.enemyProfileContainer {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 600px;
	border: 2px solid white;
	border-radius: 6px;
}