html,body {
	height: 100%;
	margin: 0;
}

body {
	background: #000;
	font-family: Georgia, 'Times New Roman', serif;
	color: #fff;
	display:flex;
    align-items:center;
	justify-content:center;
}

p {
	font-size: 32px;
}


.text_container {
	text-align:center;
	padding:25px;
}