body{
	margin: 0;
	font-family: 'helvetica', 'arial', sans-serif;
	font-size: 20px;
	line-height: 30px;
	}

/* header styles*/

header{
	background-color: #000000;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

h1, h2{
	font-family: 'Bebas Neue', cursive;
}

header h1{
	color: white;
	font-size: 50px;
}

header img{
	border-radius: 170px;
	height: 300px;
	border: 20px solid #990000;
}

main{
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

main img{
	max-width: 100%;
}

h2{
	font-size: 35px;
	color: #990000
	margin: 40px 0 10px;
}

a{
	color: #990000;
}
a:hover{
	color: white;
	background-color: #483a94;
}

footer{
	background-color: #000000;
	text-align: center;
	color: white;
	padding: 50px;
}

footer p{
	margin: 0;
}

footer a{
	color: white;
}
footer a{
	opacity: .5;
	background-color: transparent;
}

p.caption{
	color: #999999;
	font-style: italic;
	margin-top: 0;
}




