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


body
{
	display: flex;
	flex-direction: column;
	background-color: black;
	color: #C3BEA4;
}


.message
{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}


#copyright_notice
{
	text-align: center;
	padding: 5px;
}

