html, body {
	height:100%;
}

html {
	display:table;
	width:100%;
}

body {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	background-color: #820933;  
	
}

p, h1, abbr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8vw;
	margin: 0px; 
	color: #fde2ff; 
}

abbr.fingerprint {
	font-size: 6vw;
	color: #0e1c36;
}