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

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
  width: 50%;
	height:50%;
	
	
}

