@charset "utf-8";
.demo-text {
  margin:100px auto 0 auto;

  display: table;
  height: auto;

  color: #4CB7DA;
  text-transform: uppercase;
  text-align: center;

  font-size: 8em;
  font-family: '微软雅黑';
  font-weight: 800;

  letter-spacing: -0.02em;
  line-height: 1.2em;
}
