body {
	font-family: sans-serif;
	background: black;
	color: ghostwhite;	
}

.container{
	display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.big {
	font-weight: bold;
font-size: 50pt;
text-align: center;
}

.subhead
{
	font-size: 25pt;
	text-align: center;
}