html, body {
	height: 100%;
	margin: 0px;
	background-color: #f3f3f3;
	font-family: Verdana, 'sans serif';
	font-size: 11px;
	color: #333333;
	line-height: 130%
}
.full-height {
	height: 100%;
	background-color: #f3f3f3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.heading1 
{
	font-family: Verdana, 'sans serif';
	font-size: 18px;
	color: #333333;
	line-height: 130%
}
