html {
  height: 100vh;
}

.com-body {
  display: flex;
  justify-content: center;
  font-family: monospace;
  line-height: 1.6;
  font-size: 16px;
}

.com-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
}

.com-container > ul {
  padding: 0 20px;
  /* font-size: 1.25em; */
}

.com-info {
  font-family: monospace;
  width: 12em;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.name-us {
  font-weight: bold;
}

.name-ipa:before {
  content: '[';
}

.name-ipa:after {
  content: ']';
}

@media (prefers-color-scheme: dark) {
  .com-body {
    background-color: #1e1e1e;
    color: #d4d4d4;
  }

  .com-body a {
    color: #dcdcaa;
  }
}
