* {
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
	background-color: white;
	color: black;
}

body{
	position: relative;
	min-height: 100%;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

@font-face {
	font-family: 'dodger';
	src: url(fonts/dodger3.ttf);
	font-style: normal;
	font-weight: 100;
}

@font-face {
	font-family: 'Porsche';
	src: url(fonts/911porschav3condital.ttf);
	font-style: normal;
	font-weight: 200;
}
.box {
	width: 100%;
	height: 4em;
	background-color: white;

}
#header h1{
	color: black;
	text-align: center;
	font-family: dodger, sans-serif;
	font-size: 300%;
	font-size: 5vw;
	border-style: solid;
	border-width: 5px;
	border-color: black;
	border-radius: 10px;
}

#article p{
	color: black;
	font-family: Porsche, sans-serif;
	font-size: 2em;
	text-align: center;
}
#article img {
	border-style: solid;
	border-width: 5px;
	border-color: black;
	border-radius: 10px;
} 
#footer {
	position: absolute;
	bottom: 8px;
	width: 100%;
	background-color: white;
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
}
#footer a:link{
	text-decoration: none;
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
}