@import url("colors.css");

.foot-group {
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #D0D5DE;
	text-align: right;
	color:#394648;
}

.foot {
	font-size: 11px;  
	margin-bottom: 0.6em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.link-group {
	justify-items: flex-end;
}