html
{
	height: 100%;
}

body
{
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.fullscreen-center
{
	text-align: center;
	margin: auto;
}

h1
{
	margin: 0;
}
