body 
{
	margin: 0;
	background-color: #f1f3f5;
}

div 
{
	display: flex;
	justify-content: center;
}
	
img 
{
	max-width: 90%;
	max-height: 90%;
	object-fit: cover;
}