body {
	background-color: #006622;
	color: #99ddff;
	text-align: center;
}
.articles {
	margin: auto;
	width: 50%;
	text-align: left;
}
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: white;
}
.intro {
	float: right;
	color: #99ddff;
	width: 200px;
	text-align: left;
}
.pens {
	float: left;
	color: #99ddff;
	width: 200px;
	text-align: left;
}
a {
	color: white;
	text-decoration: none;
}
h1 {
	color: gold;
}
h2 {
	text-align: center;
}
h3 {
	color: gold;
}
h4 {
	color: yellow;
}
