.footer{
	width: 98%;
	padding: 1%;
	margin-top: 7.5%;
	background-color: lightblue;
	text-align: center;
}

.footer p a{
	text-decoration: none;
	cursor: pointer;
	color: black;
	font-weight: bold;
}
.footer p a:hover{
	text-decoration: underline;	
}