@charset "utf-8";

html,body{
	height: 100%;
}

main{
	height: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.copyright{
	text-align: center;
	font-size: 0.625em;
}

