#footer a{color:#FFFFFF; text-decoration: none;}
#footer a:visited{color:#FFFFFF; text-decoration: none;}
#footer a:active{color:#000000; text-decoration: none;}

#footer{
	font-size: 15px;
	position: absolute;
	font-family: Courier New;
	top: 20px;
	background-color: rgba(0,0,0, 0.8);
	-webkit-backdrop-filter: blur(10px);
	z-index: 3;
	padding: 10px;
	right: 0px;
}

#top{
position: absolute;
padding: 0px;
padding-top: 500px;
font-family:Courier New;
background-color: rgba(255,255,255, 0.5);
-webkit-backdrop-filter: blur(10px);
left: 0px;
top: -500px;
right: 0px;
height: 290px;
z-index: 2;
}

#content{
position: absolute;
padding: 0px;
font-family:Courier New;
left: 0px;
top: 250px;
right: 0px;
z-index: 1;
}
