  @charset "utf-8";

.box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
}
.box p{
	font-size: 18px;
}
