body
{
	width: 100vw;
	height: 100vh;
	margin: 0px;
	background: #000000;
	
	font-family: Impact;
	color: rgba(0,0,0,0.5);	
	font-weight: bold;
	text-align: center;
	
	font-size: 10vw;
	text-shadow: 0px 0px 4vw #112211;
	-webkit-text-stroke: 0.2vw #000000;
	-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	user-select: none;
	overflow: hidden;	
}
