body{
	font-family: "cursive";
	word-spacing: 1.5px;
	letter-spacing: 0-5px;
}

header{
	width: 70%;
	border: 5px solid #6b8e23;
	text-align: center;
	height: 80px;
	background-color: #fffdd0;
	color: rgb(205,133,63);
	position: relative;
	margin: 0 auto;
	padding: 20px;
}

.a1{
	width: 30%;
	border: 2px dashed #6b8e23;
	position: absolute;
	top: 170px;
	text-align: left;
	margin: 0 auto;
	padding: 20px;
}

.a2{
	width: 30%;
	position: absolute;
	top: 485px;
	text-align: left;
	background-color: #fffdd0 ;
	border: 2px dashed rgb(205,133,63);
	margin: 0 auto;
	padding: 20px;

}

article{
	width: 50%;
	position: absolute;
	left: 500px;
	top: 180px;
}

.aa{
	line-height: 2;
}

.f1{
	position: absolute;
	top: 700px;
	left: 500px;
}

.f2{
	position: absolute;
	top: 700px;
	left: 800px;
}

.f3{
	position: absolute;
	top: 700px;
	left: 1020px;
}