/* global */
:root {
  --global-font-size: 14px;
}

.terminal h1 { font-size: 1.5em; }
.terminal .logo { font-size: 1.5em; }
.container {
  max-width: 1024px;
}

/* for description & origin */
table td {
  font-size: 0.9em;
}
table th {
  background-color: #eeeeee;
}

/* hyperlink */
td a {
  font-size: 1.1em;
}
