h3, h2, h1{
	color:hotpink;
}

li, p{
	color:hotpink;
}

body{
	background-color:lavenderblush;
	font-size: 150%;
	margin-left: 30px;
}

h1{
	color:hotpink;
	text-align: center;
}
h2{
	color:hotpink;
	text-align: center;
}
#email{
	text-align: center;
	margin-top: -20px;
}
.date{font-style: italic;}
a{
	font-size: 120%;
	padding: 5px 15px 5px 15px;
	border-radius: 10px;
}
a:link{
	background-color: hotpink;
	color: lavenderblush;
}
a:visited{
	background-color: lavenderblush;
	color: hotpink;
	border: 1px hotpink;
}
section{
	margin-left: 20%;
}
hr{
	color:1px hotpink;
}
footer{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

input {
	border:3px solid hotpink;
	width:20%;
	padding: 10px;
	background-color:lavenderblush;
	border-radius: 5px;
	color: hotpink;
}
label {
	font-weight: bold;
	color: hotpink;
	border: 3px;	
}
hr{
	border: 2px solid hotpink;
}



