body {
	background-color: #ffcc66;
    font-family: 'Meie Script', cursive;	
}

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

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

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