@charset "UTF-8";
/* CSS Document */
.center {
  margin-left: auto;
  margin-right: auto;
	  text-align: center;
  color: white;
}
