body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  margin-top: 30px;
  margin-left: 30px;
}

.title {
  margin-bottom: 0;
}

.subtitle {
  color: #727272;
  margin-top: 5px;
  margin-bottom: 15px;
}

p {
  margin-top: 3px;
  margin-bottom: 1.1ch;
  max-width: 58ch;
}

#list ul {
  font-size: 1.2em;
}
#list ul li {
  padding-top: 10px;
}
#list a {
  text-decoration: none;
}
