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