body
{
	width: 95%;
	background-color: rgba(109, 8, 8, 1);
	color: rgba(237, 228, 156, 1);
	font-family: Ibarra Real Nova;
	margin: 10px;
	padding: 10px;
	
}
html
{
	cursor: default; cursor: url('https://lycheecreature.neocities.org/asa/chars/src/cursors/tjong.png'), auto;
}

img
{
	height: auto;
	width: 90vw;
	align-items: center;
	justify-content: center;
	 display: block;
  margin-left: auto;
  margin-right: auto;
}

.line
{
	width: clamp(50vw, 70vw, 90vw);
	height: auto;
	display: flex;
	flex: 1 1 auto
}

#wayang
{
	margin-right: 20px;
}


.stats

{
	margin-left: 0%;
	font-size: clamp(0.5rem, 1.25rem, 2rem);
	text-transform: uppercase;
	line-height: 0.9;
}

.stats > p
{
	margin-bottom: 10px;
}


