html, body {
	padding: 0;
	margin: 0;

}

body {
	/* background-color: #411640 !important; */
	background-color: rgb(65 22 64) !important;
	display: flex;
	height: 100vh;
	justify-content: center;
	justify-items: center;
}


img {
	margin: auto;
	max-height: 80vh;
	max-width: 90vw;
}