
footer {
	border-radius: 0px;
	width: calc(100% - 60px);
	outline: 1px solid black;
    background-color: var(--ascent-color);
	padding: 30px;
	margin: 0px;
	bottom: 0px;
	right: 0px;
}


footer div {
	margin: 10px;
}

footer td {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	color: black;
}

footer td a {
	margin-left: 10px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

