body {
  padding: 10px;
  text-align: center;
  background-color: #281f17;
  color: #666;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: "Tahoma", "Helvetica Neue", "Helvetica", "Arial", "sans-serif",
    "Noto Sans TC", "HanHei TC", "PingFang HK", "STHeitiTC-Light", "Heiti TC",
    "LiHei Pro", "Microsoft JhengHei";
  font-size: 12px;
}

.clear {
  clear: both;
}

.root {
  margin: auto;
  max-width: 700px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  line-height: 20px;
  color: #ccc;
}

h2 {
  text-align: center;
}

p {
  display: block;
  margin-top: 20px;
  text-align: left;
}

.section {
  border-top: 1px solid rgba(124, 124, 125, 0.3);
  margin-top: 40px;
  padding-top: 20px;
}

.play,
.download {
  padding-top: 20px;
}

.play a,
.download a {
  font-size: 1.3em;
  color: rgb(27, 188, 247);
}

.youtube {
  margin-top: 10px;
}

.screenshots img {
  border: 1px solid #000;
  width: 64px;
  height: 64px;
}

.intro td {
  text-align: left;
}

.intro td + td {
  padding-left: 10px;
}

.intro h3 {
  color: #ccc;
  line-height: 12px;
}

.news .link a {
  color: #ccc;
  text-align: center;
  text-decoration: underline;
}

.ttoa2 p {
  text-align: center;
}

.ttoa2 a {
  color: #ccc;
  text-align: center;
  text-decoration: underline;
}

.footer {
  border-top: 1px solid rgba(124, 124, 125, 0.3);
  margin: 100px 0 0 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1em;
}

.footer a {
  color: #ccc;
}
