body {
	font-family: 'Tangerine', serif;
	font-size: 38px;
	color: red;
	margin: 20px 10%;
	background-color: #e7c66e;
	border: solid;
	border-width: 2px;
	border-radius: 10px
}

section {
	background: linear-gradient(#e3e3e3 0%, #ffffff 100%);
	border-radius: 10px;
	padding: 18px;	
}

h1 {
	color: #330b0b;
}

p {
	text-align: center;
	background-color: #e7c66e;
	box-shadow: 3px 3px 5px #888;
	border-radius: 10px;
	padding: 9px;
}

footer {
	text-align: right;
	padding: 4px;
	background-color: #c3bca4;
	border: solid;
	border-width: 1px;
}
