body{
	height: 100%; 
	position: relative;
	background: #c0e7f2;
}

div{
	box-shadow: 0px 0px 25px 6px white;
	border-radius: 15px;
	padding-top: 20px;
	padding-left: 20px;
	margin: auto;
	height: 270px;
	width: 270px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #99d9ea;
	
}