@charset "UTF-8";
@media screen and (max-width: 1024px) {
  html, body {
    overflow: auto;
    height: -webkit-fill-available;
    -webkit-overflow-scrolling: touch;
  }
}

body {
  vertical-align: middle;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "微軟正黑體", "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.08rem;
  font-size: 16px;
  font-weight: normal;
}

button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "微軟正黑體", "Microsoft JhengHei";
}

.js-append-links a {
  color: #FFF !important;
}

.text-center {
  text-align: center;
}