html, body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}



img{
	width: 80%;
	height: auto;
	margin: 0 auto;
}