a {
	color: lightblue;
	text-decoration: none;
}
p {
	color: #cfd9ce;
}
.SourceCategories {
	display: grid;
	grid-template-columns: 1fr 1fr;
	text-align: center;
}
.sources {
	display: grid;
	grid-template-columns: 3fr 2fr 1fr;
	padding-left: 10px;
	padding-right: 10px;
	align-items: center;
	justify-items: center;
}
.sources > :nth-child(3n + 1) { /* first column items */
	justify-self: start;
}
