h1{
	font-size: 5em;
}
.email-link {
	color: blue
}
.email-link:hover {
	color: red;
}
.email-link:active {
	color: green;
}