h1{
	color:rgb(200,0,100);
	font-size:38px;
	text-align:center;
	font-family:Sans-serif;
	font-variant:small-caps;
}
p{
	color:black;
	font-size:20px;
	text-align:left;
	font-family:serif;
	text-indent: 8px;
}
h2{
	color:rgb(200,0,100,0.68);
	font-size:28px;
	text-align:left;
	font-family:Sans-serif;
	font-weight:600;
	font-variant:small-caps;
}
li{
	color:rgb(255,50,100,0.8);
	font-Size:18px;
	text-align:left;
	font-family:Sans-serif;
	font-weight:600
}
body{ 
	background-color:rgb(200,2,100,0.08)
}
a:link, a:visited{
	color: black;
	font-size: 20px;
	font-weight:600
}
img{
	max-width:188px;
}
.harry{ 
	color: purple;
	font-weight:600;
	font-variant: italic 	
}
.edward{
	color: black;
	font-style: italic;
}
.styles{
	color : purple;
	font-variant : small-caps;
	font-size:24px;
}

nav{
	background-color: rgb(200, 2, 100, 0.08);
	padding: 15px
}

nav a{
	color: purple;
	padding: 5px;
	text-decoration: underline;
}

section{
	margin: 8x;
}
header{
	height:180px;
	background-color: rgb(200, 2, 100, 0.08)
}
footer{
	position:fixed;
	bottom:0px;
}
