img {
	max-width: 100%; 
	max-height: 100%;
		height: auto;
    margin-left: auto;
    margin-right: auto;
}
body{
	position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f0f0f0;
}