@charset "utf-8";
/* CSS Document */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.CenterImage {
	margin: 10px;
	padding: 10px;
	clear: both;
	float: none;
	height: 600px;
	width: 600px;
	alignment-adjust:middle;
	margin-left: auto;
 	margin-right: auto;
	display: flex;
 	justify-content: center;
 	align-items: center;
}
