/*
https://getcssscan.com/css-box-shadow-examples
*/


.footer{
	position: fixed;
	background-color: rgba(255,255,255,0.80);
	width: 100%;
	bottom: 0;
}

.footer a{
	color: black;
}