@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #F6C04;
	background-image: url("images/Paris background.webp");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	
	
	
	
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-color: #F5CF87;

	
}

h1 {
	margin: 0 0 32px 0;
	font-family: "Lucida Handwriting", cursive;
	color:#C95C2B;
	font-size: 60px;
	text-align: center;
	padding-top: 24px;
}
h2{
	background-color: #FFD706;
	text-align: center;
	font-size: 40px;
	list-style-type: lower-alpha; 
}
.details {
	background-color: #AF4C00;
	text-align: center;
	font-size: 24px;
	
}
.name {
	font-size: 36px;
	text-align: center;
}
h3{
	font-size: 30px
}
figure {
	text-align: center;
}