html, body {
	margin:0px;
	height: 100%;
	background: #000;
}


p {
	color: white;
	font-size: 24px;
}

.box {
	width: 100%;
	height: 100%;
	display: table;
}

.inner-box{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}