#smps_bottom
{
	position:absolute;
	height:100px;
	background-color:#212326;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:10px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: auto;
    left: 0px;
    right: 0px;
	flex-direction: column
	
}