@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0; padding: 0;
}
body {
	display : table;
	width: 100%;
}
footer {
	margin-top: 150px;
	display: flex
	
	color: white
}

img {
	
	max-width: 100%;
	height: auto;
}
body {
	background-color: black;
}

a {
	color: white;
		outline: none;
  text-decoration: none;
	

}
a:link {
	color: white;
		outline: none;
  text-decoration: none;
	

}


a:hover {
	color: grey;
		}

a:visited {
	color: white
	}

a:focus {
	color: white
	}

li {
	
	text-decoration: none;
		list-style-type: none;
	}

li img {
	padding-left: 15px;
	text-decoration: none;
	list-style-type: none;
	padding-right: 15px;	
}

li a:hover img  {
	filter: invert(0.90);
	
}