.center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

img {
	object-fit: scale-down; 
	max-width: 100%;
}
