.footer{
	background-color: black;
	display: flex;
	flex-direction: column;
	margin-top: 0px;
	margin-left:-10px;
	margin-right:-10px;
	height:30pxs;
	text-align: center;
}

.footer-text{
	padding:0px;
	color:white;
	border-width:5px;
	border-color:grey;
	border-style: none;
	border-bottom-style: solid;
}
.footer-text2{
	color:white;
	background-color: black;
}