body {
	background: #eeebe4;
}

section.newunit centerwraps {
	max-width: 480px;
	position: relative;
	margin: auto;
	text-align: center;
	height: 100%;
	display: block;
	background-color: #fff;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
	padding: 50px;
}
