
body { 
	background-color: #d6B751;
}

h1 {
	color: #202020;
	margin-top:50%;
	text-align: center;
	font-family: helvetica;
	font-size: 40px;
	padding-top:15%;

}

p {
	color: #202020;
	text-align: center;
	font-family: helvetica;
	font-size: 20px;
	padding-bottom:80px;
}

.card {
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
	transition: 0.3s;
	width: 40%;
	height: 35%;
	margin-top:25%;
	margin-left:30%;
	border-radius:20px;
	
}

//.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	}//