html, body{
	margin: 0; 
}

header h1{
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	font-weight: 700;
}

body{
	font-family: 'Raleway', sans-serif;

}

.body_content{
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;

}

.photo_caption{
	font-size: 12px;
	font-style: italic;
}

ul{
	list-style: none;
}

a{
	color: blue;
	text-decoration: none;
}


header{   
background-color: #000000;
padding: 40px;
text-align: center;
}

header img{
      border-radius: 200px;
      border: 8px solid #FFFFFF;
}


	h1{ 
		font-size: 70px;
		color: white;
	}

	h2{ 
		font-size: 35px;
		margin-bottom: 15px;

	}


footer{
	padding: 20px;
	text-align: center;
	background-color: lightgrey;

}

footer ul li{
	display: inline-block;
	padding: 5px;
}