@charset "utf-8";
/* CSS Document */
/* Author: Johnny Lam 
	Date: 7 October 2023*/
body {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 250px;
	margin-right: 250px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-color:bisque;
}

section {
	background-color: whitesmoke;
	padding: 30px;
	border-style: solid;
	border-width: 5px;
}


h1 {
	color:darkred;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

h2 {
	color:darkred;
	letter-spacing: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	letter-spacing: 2px;
}

ul.time > li {
	list-style: none;
	display: inline;
	color: brown;
	margin: 20px;
	text-decoration: underline;
}

ul.time {
	text-align: center;
}

#ingredient {
	background-color:lightgray;
	padding-top: 20px;
	padding-bottom: 20px;
}

