body{
	background-color: rgb(209, 204, 204);
}

.center-body {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	
}


 img{
  max-width: 100%; height: auto; display: block; margin: 0 auto;
}


  