body
{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 24px;
	margin:0px;
	padding:0px;
	text-align:center;
}

#container
{
	display:flex;
	height:99vh;
	align-items: center;
	justify-content:center;								
}

#wait
{
	display:none;
}