body {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background-color: #ffffff; /* Set background color to white */
}

img {
	max-width: 80%;
	max-height: 80vh;
	width: auto;
	height: auto;
}