/* font-style, font-weight, font-size, font-family, text-algin, line-height, letter-spacing, text-transform + all the other css from before */

body {
	margin: 30px;
	padding: 10px;
}
h1 {
	position: absolute;
	top: 0px;
	left: 10px;
	font-family: 'arial';
	font-size: 60pt;
	text-transform: uppercase;
}
h2 {
	position: absolute;
	top: 100px;
	left: 1000px;
	font-family: 'arial';
	font-size: 60pt;
	text-transform: uppercase;
}
.ingredients {
	position: absolute;
	top: 400px;
	left: 90px;
	width: 500px;
}
ul {
	position: absolute;
	width: 800px;
	font-family: 'avenir';
	font-size: 14pt;
}
.step1-3 {
	top: 300px;
	left: 350px;
}
.step4-6 {
	top: 2020px;
	left: 680px;
}
.step7-9 {
	top: 6820px;
	left: 280px;
}