html
{
	
	text-align: justify;
	width: 65%;
	padding: 5em;
 
 
	
}







h2 { 
	background-color: #DFFCFA;
font-size: 1.2rem;
font-weight: normal;	}



a {
	
	outline: none;
	color: #000f12;
	
}

a:link {
	
	text-decoration: underline;
	color: #000f12;
	
}

a:visited {
	
	
	text-decoration: underline;
}

a:focus {
	
	text-decoration: underline;
}

a:hover {
	
	text-decoration: underline;
	background-color: #e5cfed;
}

a:active {
	
	text-decoration: underline;
}













