@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');
@import url('https://fonts.googleapis.com/css?family=Sacramento');

html, body, #page {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}

body { margin-top:-60px; }

#app {
  font-family: 'Noto Sans TC', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2a2a2a;
  margin-top: 60px;
}

#brand {
  color: #ddd;
  text-align: center;
  font-family: 'Sacramento', cursive;
  font-size: 20px;
}

#header {
  background: #2a2a2a;
  padding: 20px;
}

img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

footer {
  background: #2a2a2a;
  color: #c09960;
  padding: 20px;
  text-align: center;
  font-size: 12px;
}

.link {
  color: #2a2a2a;
  text-decoration: none;
}

#contract {
  padding: 10px 10%;
}

.structure {
  white-space: pre-line;
  text-align: left;
  line-height: 25px;
  list-style-type: cjk-ideographic;
  font-size: 20px;
  font-weight: bold;
}

.content {
  font-size: 16px;
  font-weight: normal;
}

.inner-order-list {
  color: #555;
  list-style-type: lower-alpha;
}

p {
  font-size: 16px;
  font-weight: normal;
}

h3,p,li {
  white-space: pre-line;
  text-align: left;
}



#copyright {
    text-align: center;
    font: 10px gray bold;
}
