html{
	font-family: Ravie;
	margin: 0;
}
header{
	img 
	text-align: center;
	height: auto;
	margin-top: 20px;
	padding: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
h1{
	font-size: 60px;
	color: floralwhite;
}
header img{
	border-radius: 150px;
	width:280px;
	border-style: solid; border-width: 15px; border-color:#E3266A;
}
.content{
	background-size: cover;
	margin: auto;
	padding:30px;
	max-width: 500%;
}
img.big-image{
	max-width:100%;
	
}
p.caption{
	font-size: 20px;
	color:dimgrey;
	font-style: italic;
}
ul{
	list-style:none;
	padding: 0;
	margin: 0;
}
a{
	color: blue;
	text-decoration: none;
}

footer{
	margin-top:20px;
	padding: 40px 20px;
	background-color: #FF9DCE;
}
footer ul{
	text-align: center;
}
footer ul li{
	display: inline-block;
	margin: 0 5px;
}