.site-footer {
    width: 100%;
	padding: 32px 0 46px;
	background: #0c1224;
	border-top: none;
	color: rgba(255, 255, 255, 0.8);
	    position: fixed;
    left: 0;
    bottom: 0;
}

.footer-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.2px;
}
