*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#html {
  word-break: break-all;
}

#tai-chi {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 20px
}

#tai-chi::before, #tai-chi::after {
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 800px) {
  #tai-chi-wrapper {
    height: 50vh;
  }

  #html {
    height: 50vh;
    overflow: auto;
  }

  #tai-chi {
    position: relative;
    top: 20px;
  }
}
/*# sourceMappingURL=index.a529ced8.css.map */
