:root{
	--xrotate: 20deg;
	--zrotate: 0deg;
	--yrotate: 20deg;
	--oncolor: #fff;
}

body{
	/*perspective: 1000px;*/
}

#txt{
	background: #39a;
	position: absolute;
	height: 780px;
	width: 420px;
	top: 110px;
	left: 280px;
	color: #fff;
	font-family: 'East Sea Dokdo', cursive;
	font-size: 64px;
	transform-style: preserve-3d;
	transform: rotateY(var(--yrotate)) rotateX(var(--xrotate)) rotateZ(var(--zrotate));
}