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

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

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

.inner img {
	width: 85%;
	max-width: 960px;
}

.inner p {
	margin-top: 100px;
}

