html,
body {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
}

.wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}