body {/*il foglio totale generico*/
	font-family: Arial;
    margin: 0;
	padding: 0;
    background-color: white;
}

header{/*riquadro del titolone*/
	width: 93%;
	height:90px;
	padding: 25px;
	margin:25px;
	background-color:burlywood;
	text-align: center;
}
h1 { /*tetso giga sopra*/
    font-family: "georgia";
	font-size: 45px;
	font-weight:bold;
	color: black;
	word-spacing: 6px;
}

aside{ /*riquadro parte a sinistra*/
	width: 290px;
	border: 5px solid rgb(220,20,60);
	padding: 10px;
	margin: 10px;
	text-align: left;
	height: 274px;
	position:absolute;
	left: 15px;
	top: 175px;
}  
.a1{
	font-family: "Arial";
	
	font-size: 22px;
	font-weight:bold;
	color: rgb(220,20,60);
}
ul{ /*testo ingredienti*/
	font-family: "Arial";
	line-height:1.5;
	font-size: 17px;
	font-weight:normal;
	color: black;
}

article{ /*riquadro articolo di testo*/
	width: 78%;
	padding: 10px;
	margin: 10px;
	text-align: left;
	height: 270px;
	position: absolute;
	left: 390px;
	top: 182px;
}
ol{ /*testo preparazione*/
	font-family: "Arial";
	font-size: 19px;
	font-weight:normal;
	color: black;
}
.a2{ /* riquadro  preparazione*/
	font-family: "Arial";
	font-size: 25px;
	font-weight:bold;
	color: #006400;
}
footer{
	width: 40%;
	text-indent:30px;
	border: 2px  dashed green;
	padding: 10px;
	margin: 3px;
	text-align: center;
	height: 80px;
	position: fixed;
	left: 550px;
	top: 500px;
}


