body {
	background-color: #595959;
	color: #2eb82e;
	font-family: 'Press Start 2P', serif;
}

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	font-size: 72px;
	text-align: center;
}

#crazy {
	transform: translate(-50%, -50%) rotate(10deg) ;
}