.content-panel {
	background-color: rgb(31 41 55);
	font-family: sans-serif;
}

.secondary-info-text {
	color: rgb(156 163 175);
}

footer {
	margin-top: 5rem;
}

footer p {
	margin-top: 0;
	margin-bottom: 0;
}

footer .container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;

}

footer .links {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

footer .links a {
	color: inherit;
	text-decoration: inherit;
}

footer .links a:hover {
	color: white;
}

footer .links a:not(:first-child) {
	margin-left: 1rem;
}