body {
	font-family: 'Tangerine', serif;
	font-size: 28px;
	color: red;
	margin: 20px 10%;
	background: repeating-linear-gradient(#ffffff, #e7c66e 10%, #fdf4d5 20%);
	border: solid;
	border-width: 2px;
	border-radius: 10px
}

section {
	background: repeating-linear-gradient(#e3e3e3 10%, #ffffff 20%);
	border-radius: 10px;
	padding: 18px;
	
}

h1 {
	color: #330b0b;
}

h2 {
	color: #3d3b3b;
}

h3 {
	color: #6c6868;
}

p {
	background-color: #e7c66e;
	box-shadow: 3px 3px 5px #888;
	border-radius: 10px;
	padding: 9px;
}

li {
	background-color: #e7c66e;
	box-shadow: 3px 3px 5px #888;
	border-radius: 10px;
	padding: 9px;
	margin-bottom: 8px;
}

footer {
	text-align: right;
	padding: 4px;
	background-color: #c3bca4;
	border: solid;
	border-width: 1px;
}
