@import 'main.css';
html {
  /*position:absolute;
     width: 50%;
     height: 50%;
     max-width: 600px;
     overflow: hidden;*/
}
html body {
  font-family: "Helvetica Neue", Helvetica, Arial, "SourceHanSansTW", "微軟正黑體";
  margin: 0;
  /*copyright*/
}
html body .copyright {
  padding: 10% 5%;
}
html body  h1 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 0 0 10%;
}
html body  h2 {
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 0 5%;
}
html body  ol {
  list-style: none;
  padding: 0;
}
html body  section {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 5%;
}
