:root {
	--primary-background : #001934;
	--footer-text-color : #d8e2ed;
}

#new-footer {
	background-color : var(--primary-background);
	padding-top : 3em;
}

#new-footer #column-1 {
	display : flex;
	justify-content : center;
	flex-direction: column;
}

#new-footer #column-1-bottom {
	color : var(--footer-text-color);
	margin-top : auto;
}

.footer-url {
	color : var(--footer-text-color);
}