@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
}

.header {
	background-color: white;
	padding: 20px;
}

.header h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif" ;
	font-weight: normal; 
	color:purple;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	
}

.nav {
	list-style-type:none;
	padding: 0;
	margin-top: 10px;
}

.nav li {
	display: block;
margin-bottom: 10px;
	margin-right: 20px;
}

.nav a {
	color: purple;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.image-section {
	padding: 20px
}

.content p {
padding: 10px;
margin: 10px;
	color: dark gray;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.footer {
	background-color: purple;
	padding: 8px;
	Color: white;
	
	width: 70%;
	border-radius: 8px;
}

.footer a {
	color: white;
	text-decoration: none
}