body {
	font-size: 50px;
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: white;
	-webkit-text-stroke: 2px black;
	paint-order: stroke fill;
	line-height: 1.5em;
	background-color: #CE81B2;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	transform: rotate(-7deg);

	display: inline-block;
	position: relative;

	zoom: 1;
	height: 10em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow-x: hidden

}
body p {
	margin: 0
}
a:link { text-decoration: none; color: white;}
a:visited { text-decoration: none; color: inherit; -webkit-text-stroke: 2px black; paint-order: stroke fill}

