.footer{
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	background-color: #43464c;
	color: white;
    display: flex;
    justify-content: space-around;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #43464c;
    background-color: white;
}