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

body {
	background-color: #000;
	color:#fff;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%:
  height: 482px;
  background: #000;
}
.inner {
  display: block;
  width: 90%;
  background: #000;
	text-align: center;
}

