#artdisplay {
	width: 100%;
	display: flex;
	justify-content: center;
}

#artdisplay img {
	width: 25%;
	height: 25%;
}