@charset "utf-8";
/* CSS Document */
body, html{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #9a8358;
}

h1{
	color: #e3e0d3;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	text-align: center;
	font-size: 48px;
}

.about{
	color: #e3e0d3;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 16px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: justify;
	text-justify: inter-word;
}
