.main-page-navigation {
	display: flex;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #000000;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.main-page-navigation a, .main-page-navigation span{
	margin: 11px;
	text-decoration: none;
	color: #000000;
}
