.match_footer{
	position: fixed;
	bottom:0;
	left:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	height:80px;
	padding:0 22px;
	background: rgba(0,0,0,0.16);
}

.match_footer a{
	color:#fff;
	font-weight: 800;
	font-size: 16px;
}