.app{
  width: 500px;
  height: 500px;
  margin: 50px auto 0;
  border: 1px dotted #000000;
  text-align: center;
  line-height: 500px;
  font-size: 16px;
  color: #999;
}