/* Set the overall page properties */
body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
  }
  
a {
	text-decoration: none;
	color: black;

}  

a:hover {
	border-bottom: 1px solid #0084ff;
}


footer {
	text-align: center;
	margin-top: 5%;
}