
body{

	background: #ded8dd;
	font-weight: 400;
	font-size: 20px;
	color: #333;
	height: 100%;
	font-family: 'Patrick Hand', cursive;
}

.bodyDes{
	padding:80px;
	line-height: 35px;
	margin:50px;
}

.headline{
	text-align:center;
	padding-bottom:30px;
	padding-top:0px;
}


}

.clear{
	clear:both;
}

.card{
	background-color:white;
	opacity:0.7;
	padding:30px;
}

