#footer
{
	width: 100%;
	background: #aaa;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-top: 50px;
}
#footertop
{
	text-align: center;
	line-height: 2.5;
	width: 100%;
	background: #565656;
	padding-left: 20vw;
	padding-right: 20vw;
	flex-wrap: wrap;
}
#footertop > a
{
	margin: 1vw;
	color: #fff;
}
#footerbottom
{line-height: 122px;font-size: 10px;height: 108px;}