html, body {
  background: black;
}

#info{
	z-index: 4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'Playfair Display SC';
	font-weight: bold;
	font-size: 144px;
	color: #000000;
	text-shadow: 0 0 3px #ffffff, 0 0 15px #ffa000;
}

