.latest {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-evenly;
}

.latest>div {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
}

main a {
	color: var(--silver-blue);
	text-decoration: underline;
}
