/* This file is reserved for overriding and extending the template styles. */

#search-block > article {
	display: flex;
	flex-direction: column;
	justify-self: center;
}

#results-block > article {
	
}

main.container {
	max-width: max-content;
	min-width: min-content;
}