body {
	background-color:#fff;
	color:#000;
}

.playcard {
	margin:10px 0 !important;
	background-color:#fbd4b1;
	padding:40px 5px !important;
	border:0;
	font-family: "Special Elite", system-ui !important;
	color:#000;
	font-size: 2em;
	font-weight: 400;
	line-height:1.3em;
	background-image:url('cardbg.png');
	background-size: cover;
	background-position:0px 0px;
}

.ch-50 {
	line-height: 1.3em;
	font-size:1.5em;
}

.ch-100 {
	line-height: 1.2em;
	font-size:1.4em;
}
.ch-150 {
	line-height: 1.2em;
	font-size:1.2em;
}

.ch-200 {
	line-height: 1em;
	font-size:1.2em;
}

.ch-250 {
	font-size:1em;
	line-height:1em;
}

.ch-300 {
	font-size:0.8em;
}

.ch-350 {
	font-size:0.7em;
}

.ch-400 {
	line-height:1.2em;
	font-size:0.7em;
}

.ch-450 {
	line-height:1.2em;
	font-size:0.7em;
}

.answer{
	font-size:0.7em;
	color:#000;
	display: flex;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	align-items: end;
}

#paklyPlayground {
	background-color:#fff;
}
